aurekai mcp for Cursor
io.github.aurekai/aurekai-mcp
Aurekai MCP server for akai doctor, manifests, artifacts, feature queries, and runtime inspection.
client:Cursor
transport:stdio
runtime:npm
Install aurekai mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aurekai-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aurekai/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs