ennodia for Cursor
io.github.cherninlab/ennodia
Try other agents, models, and skills from your familiar AI workflow through a local MCP server
client:Cursor
transport:stdio
runtime:npm
Install ennodia in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ennodia": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ennodia"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs