agent
A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
1MCP (One MCP) simplifies the interaction with AI assistants by providing a single server that can manage multiple MCP servers for different clients. This eliminates the need for configuring separate servers for each client, streamlining the process for users. With features like OAuth 2.1 authentication and high-performance request forwarding, 1MCP ensures secure and efficient operations. Additionally, 1MCP offers easy configuration through a single JSON file, health monitoring capabilities, and a strong focus on security with input sanitization and audit logging. This makes it an ideal solution for those looking to integrate multiple AI assistants seamlessly.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-agent"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions