Config Export
Export your Clevername MCP configuration for Claude Code, VS Code, Cursor, or any generic MCP client. OAuth-capable clients should use the exported gateway URL and sign in in the browser.
Export
Exporting generates a JSON configuration snippet for your MCP client. It always includes the Clevername gateway entry (which relies on MCP OAuth and embeds no token), plus your installed HTTP servers and custom connections in the client's expected format — mcpServers for Claude Code and Cursor, servers for VS Code.
Import
There is no import flow. Custom HTTP servers from an existing local config are added one at a time from Dashboard → Integrations → Tools → Custom → + Add Custom Server; see MCP Connections. Servers using stdio transport (local command execution) cannot be registered with the cloud gateway.
Open the export dialog
Navigate to Dashboard → Integrations → Installed and click Export Config.
Choose your client
Pick the client you are configuring: Claude Code, VS Code, Cursor, or Generic. The snippet updates to that client's config format.
Copy and place the snippet
Click Copy to Clipboard and paste the snippet into your client's config:
- Claude Code: a project
.mcp.jsonat the repo root, or runclaude mcp add --transport http clevername-mcp https://clevername.net/api/hub/mcp/gatewayinstead - VS Code:
.vscode/mcp.jsonin your project - Cursor:
~/.cursor/mcp.json, or Settings → MCP
mcpServers from ~/.claude/settings.json and does not use claude_desktop_config.json (that file belongs to Claude Desktop).