- Choose your AI tool:
- Antigravity
{ "mcpServers": { "kobo-docs": { "serverUrl": "https://kobo.triumphsystems.tech/mcp" } } } - Antigravity CLI
{ "mcpServers": { "kobo-docs": { "serverUrl": "https://kobo.triumphsystems.tech/mcp" } } } - Claude CodeCLI
claude mcp add kobo-docs https://kobo.triumphsystems.tech/mcp --transport http --scope user - CodexCLI
codex mcp add --url https://kobo.triumphsystems.tech/mcp kobo-docs - Cursor
{ "mcpServers": { "kobo-docs": { "type": "http", "url": "https://kobo.triumphsystems.tech/mcp" } } } - Cursor Agent
{ "mcpServers": { "kobo-docs": { "type": "http", "url": "https://kobo.triumphsystems.tech/mcp" } } } - Gemini CLICLI
gemini mcp add --transport http kobo-docs https://kobo.triumphsystems.tech/mcp - Goose
{ "extensions": { "kobo-docs": { "enabled": true, "name": "kobo-docs", "type": "streamable_http", "uri": "https://kobo.triumphsystems.tech/mcp", "envs": {}, "env_keys": [], "headers": {}, "description": "", "timeout": 300, "bundled": null, "available_tools": [] } } } - JetBrains AI Assistant
{ "mcpServers": { "kobo-docs": { "type": "http", "url": "https://kobo.triumphsystems.tech/mcp" } } }Configuration must be pasted into Settings → Tools → AI Assistant → Model Context Protocol → Add → As JSON. Direct file writing is not supported due to version-specific XML storage.
- Junie (JetBrains)
{ "mcpServers": { "kobo-docs": { "url": "https://kobo.triumphsystems.tech/mcp" } } } - OpenCode
{ "mcp": { "kobo-docs": { "type": "remote", "url": "https://kobo.triumphsystems.tech/mcp" } } } - VS CodeCLI
code --add-mcp '{"name":"kobo-docs","type":"http","url":"https://kobo.triumphsystems.tech/mcp"}' - Windsurf
{ "mcpServers": { "kobo-docs": { "serverUrl": "https://kobo.triumphsystems.tech/mcp" } } }Supports both stdio and native HTTP connections
- Learn more about MCP