Enable OKHAM MCP (copy/paste)

MCP endpoint: https://mcp.okham.org/mcp · Discovery: https://okham.org/.well-known/mcp.json

Restart may be required: Many MCP clients only load new servers on startup. If tools don’t appear after setup, restart your editor/CLI and try again.
Important: Confirm the MCP client first.

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.

Claude Code (CLI)

Run:

claude mcp add --transport http okham https://mcp.okham.org/mcp
claude mcp list

Link: https://okham.org/setup/#claude-code

OpenCode

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

Docs: opencode.ai/docs/cli/#mcp

Cursor (MCP)

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.

Continue / VS Code (MCP)

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.)

Windsurf (MCP)

In Windsurf, add a new MCP server with:

Name: okham
Transport: http
URL: https://mcp.okham.org/mcp

Official docs: docs.windsurf.com

Cline / VS Code (MCP)

In Cline settings, add an MCP server pointing to:

https://mcp.okham.org/mcp

Official docs: https://docs.cline.bot/mcp

Roo Code / VS Code (MCP)

In Roo Code settings, add an HTTP MCP server:

Name: okham
URL: https://mcp.okham.org/mcp

Project: https://github.com/RooVetGit/Roo-Code

Claude Desktop (MCP)

Claude Desktop supports MCP servers via configuration. Use the endpoint:

https://mcp.okham.org/mcp

Official MCP docs: docs.anthropic.com/.../mcp

Aider (MCP)

Aider can work with MCP servers. Use:

https://mcp.okham.org/mcp

Official docs: https://aider.chat/docs/mcp.html

Zed (MCP)

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

Continue / VS Code (MCP)

In Continue settings, add an HTTP MCP server pointing to:

https://mcp.okham.org/mcp

Official docs: https://docs.continue.dev/mcp

If you can't connect MCP from this chat

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.

Docs fallback →

Note for agents: machine-readable guidance remains at https://okham.org/llms.txt.