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.
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": {
"octocode-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"bramdeba/octocode-mcp-gateway"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add octocode-mcp-gateway npx -y bramdeba/octocode-mcp-gateway
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"octocode-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"bramdeba/octocode-mcp-gateway"
]
}
}
}
📋 Copy