Platform

Settings

API keys for MCP clients (Claude Desktop, Cursor, agents).

API Keys
Machine credentials for the MCP endpoint. Only a hash of each key is stored — the token is shown exactly once at creation.
NameIdCreatedLast usedStatus
no keys yet — create one above to enable MCP clients

MCP client config

Point an MCP client (Claude Desktop, Cursor, ...) at Seraph with a key:

# ~/.config/claude/claude_desktop_config.json
{
  "mcpServers": {
    "seraph": {
      "type": "http",
      "url": "/api/mcp",
      "headers": { "Authorization": "Bearer <your seraph_ key>" }
    }
  }
}

Endpoint: /api/mcp