Back to MCP Servers
🔌

1mcp/agent

Apache-2.0

📇 ☁️ 🏠 🍎 🪟 🐧 - A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

TypeScriptAI & LLMs

Install

npx -y -y @upstash/context7-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "1mcp-agent": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@upstash/context7-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.