octocode-mcp-gateway

bramdeba/octocode-mcp-gateway
★ 0 stars JavaScript AI/LLM Updated 11d ago
OAuth-protected Cloud Run gateway in front of the Octocode MCP server. Users connect Claude or Gemini by pasting one URL and signing in with their Google Workspace account.
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": {
    "octocode-mcp-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "bramdeba/octocode-mcp-gateway"
      ]
    }
  }
}