AIOps Field Notes for Cursor
io.github.labaccessnow/aiops-field-notes-mcp
Audit an MCP config, price a model, size a GPU, explain network config drift. Key-free.
client:Cursor
transport:stdio
runtime:oci
Install AIOps Field Notes in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aiops-field-notes-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/labaccessnow/aiops-field-notes-mcp:0.1.1"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs