MCP-Chinese-Getting-Started-Guide: This guide provides a rapid introduction to the Model Context Protocol (MCP), an open-source protocol standardizing LLM interactions with external data and tools. It demonstrates building and debugging MCP servers, developing MCP clients for LLMs like DeepSeek, and integrating with Claude Desktop.; kremis: Kremis is a deterministic knowledge graph MCP server written in Rust. It provides a local, single-binary solution for recording, associating, and retrieving knowledge without relying on LLMs. The system ensures determinism, inspectability, and grounding through ACID transactions and BLAKE3 hashing.
Enhancing LLMs with real-time web search capabilities
AI agent memory via MCP