Skip to main content
Go to: Settings → Cursor Settings → MCP → Add new global MCP server In Cursor 1.0 and later, manually edit ~/.cursor/mcp.json:
  • macOS: ~/.cursor/mcp.json
  • Windows: %APPDATA%\Cursor\mcp.json
  • Linux: ~/.config/cursor/mcp.json
See Cursor MCP docs for more info.
{
  "mcpServers": {
    "semoia": {
      "url": "https://beta.trysemoia.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY",
        "Origin": "https://beta.trysemoia.com"
      }
    }
  }
}

For common issues, see our Troubleshooting page.