itsoc mcp for Cursor
io.github.ankit512/itsoc-mcp
Read-only MCP server over a local log-analysis backend; a client that computes no verdicts.
client:Cursor
transport:stdio
runtime:pypi
Install itsoc mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"itsoc-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"itsoc-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs