You need a key with
mcp:* scopes before connecting. See Authentication and scopes.
Claude Code
claude mcp list. Add --scope user to make the server available across all your projects instead of just the current one.
Claude Desktop
Open Settings → Connectors → Add custom connector, then enter the endpoint URL and yourAuthorization header. Restart Claude Desktop and the Titan tools appear in the tool picker.
Cursor
Add to~/.cursor/mcp.json for all projects, or .cursor/mcp.json inside a project:
VS Code
Add to.vscode/mcp.json in your workspace. Using an input keeps the key out of the committed file:
Windsurf
Add to~/.codeium/windsurf/mcp_config.json:
Any other MCP client
Supply the endpoint, the transport type, and the auth header in whatever shape your client expects. Most use one of two conventions:Custom agent runtimes
If you are building your own agent, use an MCP SDK rather than hand-rolling JSON-RPC:Verify the connection
Ask your client to list its tools. Six should appear:Troubleshooting
Next steps
- MCP quickstart — first tool call end to end
- Tool reference — parameters and limits
- Errors and warnings — every error code and whether to retry