Skip to main content

Documentation Index

Fetch the complete documentation index at: https://runcrate.ai/docs/llms.txt

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

Claude Code

Add to your Claude Code project config (.mcp.json):
{
  "mcpServers": {
    "runcrate": {
      "url": "https://mcp.runcrate.ai/sse"
    }
  }
}

Cursor

Add to your Cursor MCP settings:
{
  "mcpServers": {
    "runcrate": {
      "url": "https://mcp.runcrate.ai/sse"
    }
  }
}

Any MCP Client

The Runcrate MCP server is available at:
https://mcp.runcrate.ai/sse
It uses OAuth for authentication. On first connection, your MCP client will open a browser window to authorize access to your Runcrate workspace.

Authentication

The MCP server uses OAuth with your Runcrate account. When you first connect:
  1. Your AI assistant prompts you to authorize
  2. A browser window opens to the Runcrate login page
  3. You approve access for your workspace
  4. The token is stored by your MCP client — you won’t need to re-authorize unless it expires

Rate Limiting

The MCP server allows 100 requests per minute per workspace. If you exceed this, requests return an error until the window resets.