Skip to content
Cline

pocketbase mcp for Cline

io.github.mrfentmen/pocketbase-mcp

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

client:Cline transport:stdio runtime:npm

Install pocketbase mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

pocketbase mcp in other clients