Webenta Index speaks MCP — the Model Context Protocol — so any tool-calling agent can talk to it. Below is the menu; the sidebar has the same list.
#Supported runtimes
- Claude.ai (web & desktop) — native Connectors with OAuth.
- Claude Code (CLI) — bearer API key, one shell command.
- Gemini CLI —
~/.gemini/settings.jsonwith bearer API key. - Cursor —
~/.cursor/mcp.json. - VS Code (Copilot Chat) — workspace
mcp.json. - Windsurf — Cascade MCP config.
- Any MCP runtime — generic HTTP/SSE endpoint.
Two ways to authenticate
Claude.ai uses OAuth — you paste your API key as the OAuth Client Secret and Claude redeems a token tied to that key's lifetime. Everything else (Claude Code, Cursor, VS Code, Windsurf, Gemini CLI) takes the key directly as a bearer token in the config.