ai ops for Cursor
io.github.levelsofself/ai-ops
AI operations management: 12 specialized agents, task dispatch, and team coordination.
client:Cursor
transport:stdio
runtime:npm
Install ai ops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ai-ops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"palyan-ai-ops-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs