Metamcp is a dockerized MCP server that aggregates, orchestrates, and routes requests between AI agents and other MCP servers. It provides middleware capabilities for request/response handling and connects to multiple MCP servers. Developers use it to manage complex agent workflows and integrate multiple AI services.
Metamcp is a dockerized MCP server that aggregates, orchestrates, and routes requests between AI agents and other MCP servers. It provides middleware capabilities for request/response handling and connects to multiple MCP servers. Developers use it to manage complex agent workflows and integrate multiple AI services.
npx -y metamcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"metatool-ai-metamcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y metamcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from metamcp?"
No configuration required. This server works out of the box.
"What resources are available in metamcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in metamcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in metamcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.