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
{
"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