maias for Cursor
io.github.maias-project/maias
Validate, query, safely edit, and wireframe MAIAS app-IA documents: cascading renames, atomic edits.
client:Cursor
transport:stdio
runtime:npm
Install maias in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"maias": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@maias/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs