Skip to content
Cursor

obsify for Cursor

io.github.formative-sum41/obsify

Local, privacy-preserving PII toolkit over MCP — shape to the model, substance stays local.

client:Cursor transport:stdio runtime:pypi

Install obsify in Cursor

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

{
  "mcpServers": {
    "obsify": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "obsify"
      ]
    }
  }
}

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

obsify in other clients