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.; mcp: This MCP server uses pre-computed code graphs to provide sub-second responses for symbol lookups, call-graph traversal, and cross-subsystem analysis. It integrates with AI agents via the Model Context Protocol, offering both default symbol context mode and experimental GraphRAG mode for deeper code exploration. The server supports caching for fast performance and works with popular MCP clients like Claude Code CLI and Cursor.
Enhancing LLMs with real-time web search capabilities
AI agents understanding unfamiliar codebases instantly