Orcha
Guides

Connect Cursor

Give Cursor access to your Orcha workspace over MCP.

Prerequisites

An API token from the Tokens page. See Tokens and scoping.

Configuration

Add the server to your Cursor MCP settings (.cursor/mcp.json in the project, or the global MCP settings):

{
  "mcpServers": {
    "orcha": {
      "url": "https://app.tryorcha.com/mcp",
      "type": "http",
      "headers": {
        "Authorization": "Bearer orca_your_token_here"
      }
    }
  }
}

If you commit .cursor/mcp.json, keep the token out of the file and reference an environment variable your team sets locally.

Usage

  • "Search my Orcha workspace for the API design decisions"
  • "Check my api-spec.json in Orcha and generate TypeScript types"
  • "Update my config.json in Orcha with the new settings"

On this page