Unify MCP servers behind one endpoint with lazy loading, Python plugins, and role-based filtering for lower overhead and simpler config
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-unify": {
"command": "npx",
"args": [
"-y",
"Zanegreyamylnitrate785/mcp-unify"
]
}
}
}
Run in terminal:
claude mcp add mcp-unify npx -y Zanegreyamylnitrate785/mcp-unify
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-unify": {
"command": "npx",
"args": [
"-y",
"Zanegreyamylnitrate785/mcp-unify"
]
}
}
}