servers
Model Context Protocol Servers
Understand MCP roots protocol constraints. Discover how directory lists replace allow lists, validate URIs, and support dynamic updates for modelcontextprotocol/servers.
How to Create Custom Zod Schemas for Tool Input Validation in MCPLearn to create custom Zod schemas for tool input validation in MCP. Define schemas, attach them to inputSchema, and parse arguments for type-safe execution in handlers.
How the MCP Filesystem Server Handles Symlinks on macOSDiscover how the MCP Filesystem server securely handles symlinks on macOS. It resolves paths and validates directories to prevent attacks, ensuring safe access for macOS users.
How to Write Tests for MCP Server Tools: A Complete GuideLearn how to write tests for MCP server tools by mocking McpServer, capturing handlers, and invoking them with JSON inputs to check return structures. A complete guide.
Entities and Observations in MCP Knowledge Graph: Key Differences and UsageUnderstand the core differences between entities and observations in the MCP knowledge graph. Learn how these components structure and store vital information within the Model Context Protocol.
How to Configure Environment Variables for MCP Servers: A Complete GuideLearn how to configure environment variables for MCP servers. Customize file paths, ports, and behavior using process.env with VS Code, Docker, or CLI.
How to Implement Subscriptions for Real-Time Updates in MCPLearn to implement real-time subscriptions in Model Context Protocol MCP servers. Register RPC handlers, track sessions, and push update notifications for instant data synchronization. Explore the repository for code examples.
MCP Protocol Specification for Tools and Resources: A Complete Implementation GuideExplore the MCP protocol specification, a JSON-RPC contract for LLM clients to discover invoke and stream data from server tools and resources. Learn implementation details.
How KnowledgeGraphManager Loads and Saves the Graph in the MCP Memory ServerLearn how KnowledgeGraphManager loads and saves graphs in the MCP Memory Server using JSON Lines for efficient, on-demand data management and atomic saves.
How to Use Glob Patterns for File Searching in the MCP Filesystem ServerLearn to use glob patterns for file searching in the MCP Filesystem server with the search_files tool. Efficiently find files using minimatch recursive matching.
How the MCP Memory Server Handles Backward Compatibility MigrationDiscover how the MCP Memory server seamlessly handles backward compatibility migration, automatically converting legacy memory json files to the modern jsonl format on startup with zero manual effort.
SSE vs Streamable HTTP in MCP: Key Differences and Implementation GuideUnderstand SSE vs Streamable HTTP in MCP. Discover key differences in streaming, endpoints, and session management. Implement MCP efficiently with this guide.
Have a question about this repo?
These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:
curl -s "https://instagit.com/install.md" Maintain an open-source project? Get it listed too →