Skip to content
Cursor

pocketbase mcp for Cursor

io.github.mrfentmen/pocketbase-mcp

MCP server for PocketBase: collections, records, health. Works with any self-hosted instance.

client:Cursor transport:stdio runtime:npm

Install pocketbase mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "pocketbase-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/pocketbase-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pocketbase mcp in other clients