Claude Code
Claude (claude.ai / Desktop)
Settings → Connectors → Add custom connector → URLhttps://mcp.responsibleailabs.ai/mcp, then paste your rail_ key when
prompted.
Cursor and Windsurf
.cursor/mcp.json:
VS Code / GitHub Copilot
.vscode/mcp.json — same shape, with "type": "http" and an input prompt for
the key so it is never committed.
OpenAI Responses API
LangGraph / LangChain
Replit Agent
Project → Integrations → “MCP Servers for Replit Agent” → Add MCP server → URLhttps://mcp.responsibleailabs.ai/mcp plus an Authorization header (store the
key in Replit Secrets) → Test & Save. On Enterprise plans an admin must enable
MCP first.
For apps built on Replit (not the Agent), call the
Python or JavaScript SDK
directly inside the app. MCP is for agent runtimes; the SDK is for application
code.