CodeY CMS for Cursor
io.github.fpointerdev/codey-cms
Discover, evaluate, install, and validate generated websites for the self-hosted CodeY CMS.
client:Cursor
transport:stdio
runtime:npm
Install CodeY CMS in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codey-cms": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codey-cms-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs