Autonomous MCP Gateway. Share MCP servers across your machine with dynamic project-level configuration.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vision-mcp-manager": {
"command": "go",
"args": [
"run",
"github.com/Sharper-Flow/Vision-MCP-Manager@latest"
]
}
}
}
Run in terminal:
claude mcp add vision-mcp-manager go run github.com/Sharper-Flow/Vision-MCP-Manager@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"vision-mcp-manager": {
"command": "go",
"args": [
"run",
"github.com/Sharper-Flow/Vision-MCP-Manager@latest"
]
}
}
}