gridually mcp for Cursor
io.github.fsholmberg/gridually-mcp
Compare flashcard apps, spatial memory science, and aphantasia learning guides.
client:Cursor
transport:stdio
runtime:npm
Install gridually mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gridually-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gridually-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs