1
1MCP Agent
Aggregates multiple MCP servers into a single unified interface, reducing system resource usage and simplifying configuration management with dynamic reloading
Share:
About
Aggregates multiple MCP servers into a single unified interface, reducing system resource usage and simplifying configuration management with dynamic reloading and tag-based filtering capabilities.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Install 1MCP Agent
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"1mcp-agent": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-1mcp-agent"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"1mcp-agent": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-1mcp-agent"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"1mcp-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-1mcp-agent"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.