Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tryordinal.com/llms.txt

Use this file to discover all available pages before exploring further.

1

Run the add command

In your terminal, run:
claude mcp add --transport http ordinal https://app.tryordinal.com/mcp
2

Sign in with Ordinal

The first time you use an Ordinal tool, Claude Code opens a browser window for sign-in. Authenticate with your Ordinal account and approve access.
3

Verify the connection

claude mcp list
You should see ordinal listed.
4

Try it out

Start a Claude Code session and ask: “List my Ordinal workspaces.” It should call the ordinal_get_workspace_context tool.

Troubleshooting

Update Claude Code to the latest version — OAuth support was added in recent releases. Run the add command again after upgrading.
Claude Code refreshes your token automatically in the background. If that fails, remove and re-add the server:
claude mcp remove ordinal
claude mcp add --transport http ordinal https://app.tryordinal.com/mcp
You probably still have the old server configured. Check for an ordinal entry pointing at /api/mcp and remove it. See the migration guide.