Give each AI agent its own MCP endpoint — pooling selected upstream servers and exposing only the tools you allow through per-agent MCP endpoints on 127.0.0.1.
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": {
"ravensport": {
"command": "npx",
"args": [
"-y",
"abishekvupputur/ravensPort"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ravensport npx -y abishekvupputur/ravensPort
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ravensport": {
"command": "npx",
"args": [
"-y",
"abishekvupputur/ravensPort"
]
}
}
}
📋 Copy