← Back to Plugins
MCP Server MCP

io.github.Dan-Cleary/convalytics

github By github 👁 1 views ▲ 0 votes

Read-only analytics for Convex apps, queryable via MCP from Claude, Cursor, and other clients.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.convalytics.dev/mcp",
      "headers": [
        {
          "description": "Convalytics API token. Create at https://convalytics.dev/tokens. Paste as 'Bearer cnv_...'.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...