Skip to content
Cursor

wyrd for Cursor

com.wyrdmcp/wyrd

Exposes one granted folder to any AI client, read-only, behind a path-containment fence.

client:Cursor transport:stdio runtime:npm

Install wyrd 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": {
    "wyrd": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "wyrd-mcp"
      ],
      "env": {
        "WYRD_GRANT": "<WYRD_GRANT>"
      }
    }
  }
}

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

wyrd in other clients