Skip to main content

Cursor

Add the server to .cursor/mcp.json:
{
  "mcpServers": {
    "thred": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.thred.dev/v1?apiKey=YOUR_THRED_API_KEY"
      ]
    }
  }
}

Claude Desktop

Add the server to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
  "mcpServers": {
    "thred": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.thred.dev/v1?apiKey=YOUR_THRED_API_KEY"
      ]
    }
  }
}

Other MCP Clients

Use the same connection pattern:
  • remote URL: https://mcp.thred.dev/v1?apiKey=YOUR_THRED_API_KEY

Verify Connection

After connecting, run:
  • check_backend_health
Expected result:
Backend is healthy. Status: ok