mcp-gateway

rohitjb/mcp-gateway
★ 0 stars Unknown language 🤖 AI/LLM Updated today
MCP Gateway — A universal security and permission layer for MCP servers. Connect to Atlassian, GitHub, Firebase, Splunk, Figma, and Microsoft Teams with a single line in mcp.json. Role-based access control powered by Firebase Firestore. Works with Claude, OpenAI, and GitHub Copilot.
View on GitHub →

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-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "rohitjb/mcp-gateway"
      ]
    }
  }
}

README Excerpt

MCP Gateway — A universal security and permission layer for MCP servers. Connect to Atlassian, GitHub, Firebase, Splunk, Figma, and Microsoft Teams with a single line in mcp.json. Role-based access control powered by Firebase Firestore. Works with Claude, OpenAI, and GitHub Copilot.