Claude Code MCP setup
Connect Claude Code to Modeledge with the hosted MCP server and your Modeledge API key.
Connection details
Server name
modeledge
Server URL
https://mcp.modeledge.ai/mcp
Transport
streamable HTTP (labeled "HTTP" in some clients)
Auth header
Authorization: Bearer <API key>
Key source
Steps
- Install and sign in to Claude Code.
- Generate a Modeledge MCP API key from your account page.
- Run the command below in your terminal.
- Open Claude Code and run /mcp — modeledge should show as connected. (claude mcp list works from the terminal too.)
Add Modeledge
Replace YOUR_MODELEDGE_API_KEY with the key shown when you generate your Modeledge MCP key. -s user makes the server available in every project; drop it to limit it to the current directory.
Command
claude mcp add -s user --transport http modeledge https://mcp.modeledge.ai/mcp --header "Authorization: Bearer YOUR_MODELEDGE_API_KEY"The key is stored in Claude Code's config and will appear in your shell history. Regenerate it from your account page if it leaks.