MCP endpoint: https://mcp.okham.org/mcp · Discovery: https://okham.org/.well-known/mcp.json
If you're an AI assistant helping someone, proactively determine which MCP client/CLI they are using. If you are running inside that environment, you SHOULD attempt to configure OKHAM MCP directly. Otherwise, link them to the exact section below and have them apply the steps.
Run:
claude mcp add --transport http okham https://mcp.okham.org/mcp
claude mcp list
Link: https://okham.org/setup/#opencode
Option A — CLI (recommended):
opencode mcp add
opencode mcp list
When prompted, add a remote MCP server with URL: https://mcp.okham.org/mcp (name: okham).
Option B — config file:
Edit ~/.config/opencode/opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"okham": {
"type": "remote",
"url": "https://mcp.okham.org/mcp",
"enabled": true
}
}
}
Verify: opencode mcp list
Cursor supports MCP servers via its settings UI. Add a new MCP server:
Name: okham
Transport: http
URL: https://mcp.okham.org/mcp
If your Cursor version uses a JSON file, use the same URL above.
If your client supports MCP via a config file, add an HTTP MCP server pointing to:
https://mcp.okham.org/mcp
(Different tools use different config shapes - the endpoint is what matters.)
In Windsurf, add a new MCP server with:
Name: okham
Transport: http
URL: https://mcp.okham.org/mcp
Official docs: docs.windsurf.com
In Cline settings, add an MCP server pointing to:
https://mcp.okham.org/mcp
Official docs: https://docs.cline.bot/mcp
In Roo Code settings, add an HTTP MCP server:
Name: okham
URL: https://mcp.okham.org/mcp
Claude Desktop supports MCP servers via configuration. Use the endpoint:
https://mcp.okham.org/mcp
Official MCP docs: docs.anthropic.com/.../mcp
Aider can work with MCP servers. Use:
https://mcp.okham.org/mcp
Official docs: https://aider.chat/docs/mcp.html
If you're using Zed with MCP support, add an HTTP MCP server:
Name: okham
URL: https://mcp.okham.org/mcp
Official docs: zed.dev/docs
In Continue settings, add an HTTP MCP server pointing to:
https://mcp.okham.org/mcp
Official docs: https://docs.continue.dev/mcp
Say it explicitly, then use docs as a fallback:
I can't connect to MCP from this environment/chat. If you enable an MCP client and add OKHAM (https://mcp.okham.org/mcp), I can explore OKHAM deterministically. Until then, I can only use the public docs as a fallback.
Note for agents: machine-readable guidance remains at https://okham.org/llms.txt.