SpiderIQ Gate: SpiderGate LLM gateway (completions, models, usage, traces)
claude mcp add gate -- npx -y @spideriq/mcp-gate
claude_desktop_config.json
{
"mcpServers": {
"gate": {
"command": "npx",
"args": [
"-y",
"@spideriq/mcp-gate"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"gate": {
"command": "npx",
"args": [
"-y",
"@spideriq/mcp-gate"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gate": {
"command": "npx",
"args": [
"-y",
"@spideriq/mcp-gate"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@spideriq/mcp-gate"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"gate": {
"command": "npx",
"args": [
"-y",
"@spideriq/mcp-gate"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/ai.spideriq--gate/reviews or the review_server meta-tool.
POST /mcp