1mcp/agent
A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Quick Start
Clone the repository:
git clone https://github.com/1mcp-app/agentClaude Desktop configuration example:
{
"mcpServers": {
"agent": {
"command": "npx",
"args": [
"-y",
"1mcp/agent"
]
}
}
}Check the repository README for specific installation and configuration instructions.