Ainecto for Cursor
io.github.codelives/ainecto
Ainecto MCP connector for workspace, document, ERD, diagram, task, and attachment workflows.
client:Cursor
transport:stdio
runtime:npm
Install Ainecto in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ainecto": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ainecto/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs