Agent Platform
Freeby MCP Community
A local stdio MCP agent that loads personalized remote config and connects to upstream MCP services.
v0.2.0Added Apr 12, 2026
mcpmodel-context-protocolagentcodexclaude-code
Agent Platform MCP Server
A local stdio MCP agent that loads personalized remote config and connects to upstream MCP services.
Installation
npx -y mcp-agent-platform
Reviews
Installation
Quick install
npx -y mcp-agent-platform
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-platform": {
"command": "npx",
"args": ["-y", "mcp-agent-platform"]
}
}
}