★ 0 stars
Go
💻 Code/Dev Tools
Updated today
MCP proxy aggregating child servers behind one connection, with result caching, progressive disclosure, composable result URIs, a declarative micro-MCP framework, and per-tool permission policy
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"moxy": {
"command": "go",
"args": [
"run",
"github.com/amarbel-llc/moxy@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add moxy go run github.com/amarbel-llc/moxy@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"moxy": {
"command": "go",
"args": [
"run",
"github.com/amarbel-llc/moxy@latest"
]
}
}
}
📋 Copy
Topics
ai-tools claude-code cli declarative-tools golang mcp model-context-protocol proxy