Skip to content
Cursor

patxin for Cursor

io.github.agraciag/patxin

Request qualified humans for real-time cognitive micro-tasks on demand.

client:Cursor transport:stdio runtime:npm

Install patxin in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "patxin": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@patxin/mcp-server"
      ],
      "env": {
        "PATXIN_API_KEY": "<PATXIN_API_KEY>"
      }
    }
  }
}

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

patxin in other clients