dynamic-mcp 1.3.0

MCP proxy server that reduces LLM context overhead with on-demand tool loading from multiple upstream servers.
{
  "mcpServers": {
    "context7": {
      "description": "Use when you need up-to-date, version-specific documentation and code samples for libraries, frameworks, or APIs. Ideal for getting accurate implementation details when working with packages that may have outdated training data, or when you need to understand current API usage patterns with real code examples from the source.",
      "type": "http",
      "url": "https://mcp.context7.com/mcp",
      "headers": {
        "CONTEXT7_API_KEY": "${CONTEXT7_API_KEY}"
      }
    },
    "gh-grep": {
      "description": "Use when you need to find real-world code examples from GitHub repositories. Ideal for understanding how libraries are actually used in production code, finding implementation patterns, searching for specific code snippets across millions of repositories, or learning best practices from real codebases. Search for literal code patterns, not keywords.",
      "type": "http",
      "url": "https://mcp.grep.app"
    },
    "exa": {
      "description": "Use for specialized domain searches with neural/semantic search capabilities. Ideal for: academic paper searches, LinkedIn professional networking searches, GitHub code repository searches, company research and business intelligence, Wikipedia lookups, and finding specific content types (code snippets, documentation, professional profiles). Choose Exa when you need to search within specialized domains or platforms rather than general web content.",
      "type": "http",
      "url": "https://mcp.exa.ai/mcp"
    },
    "utcp": {
      "description": "Use when you need to execute complex workflows by writing TypeScript code that calls multiple MCP and UTCP tools in a single execution. Ideal for batching operations, orchestrating multi-step workflows, processing large datasets efficiently, or when you need to combine tools from different ecosystems (MCP, HTTP, file-based).",
      "command": "npx",
      "args": ["-y", "@utcp/code-mode-mcp"]
    }
  }
}