Skip to content
Cursor

lintbase mcp for Cursor

io.github.madia333/lintbase-mcp

Real-time Firestore schema context for AI coding agents. Stop hallucinating field names.

client:Cursor transport:stdio runtime:npm

Install lintbase mcp in Cursor

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

{
  "mcpServers": {
    "lintbase-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lintbase-mcp"
      ]
    }
  }
}

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

lintbase mcp in other clients