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.
Why migrate?
The old MCP server athttps://app.tryordinal.com/api/mcp used a workspace API key that you pasted into your assistant’s config. It’s been replaced by the new server at https://app.tryordinal.com/mcp, which signs you in with OAuth — no key-pasting, and you can reach every workspace you belong to from one connection.
Step 1 — Remove the old server
Pick your client below.- Claude
- Claude Code
- Cursor
- VS Code
The old Ordinal server was installed as a local MCP server in Claude Desktop, configured via
claude_desktop_config.json. Remove it like this:Remove the ordinal entry
Find the Save the file. If
"ordinal" block under mcpServers and delete it. It looks like this:ordinal was the only entry, leave "mcpServers": {}.Step 2 — (Optional) Revoke the old API key
Since the old server used a workspace API key, revoke it so it can’t be used again:Open API Keys
Go to Settings → Integrations → API Keys in your workspace.
You can skip this step if the same API key is still used for something else (for example, the REST API). The old MCP server will stop accepting requests regardless.
Step 3 — Install the new server
Follow the install guide for your client:Claude
Via the Connectors UI
Claude Code
Via
claude mcp addCursor
Via MCP settings
VS Code
Via
.vscode/mcp.jsonAfter migrating
Tool names have changed
Tool names have changed
The new server’s tools are named and organized differently. For example, the old server had separate
create_post and update_post tools — the new server uses ordinal_create_post and ordinal_manage_post. See the full tools reference.You now pass workspaceSlug explicitly
You now pass workspaceSlug explicitly
The old API key was tied to a single workspace. The new server signs you in as a user, so every tool call takes a
workspaceSlug argument. Call ordinal_get_workspace_context with no arguments to list your workspaces and get the slug.My assistant still shows the old tools
My assistant still shows the old tools
You probably didn’t fully restart the client, or the old entry is still in config. Double-check the config file, fully quit the app (not just close the window), and relaunch.