ravensPort

abishekvupputur/ravensPort
★ 5 stars C# AI/LLM Updated today
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.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ravensport": {
      "command": "npx",
      "args": [
        "-y",
        "abishekvupputur/ravensPort"
      ]
    }
  }
}