Skip to content
VS Code

itsoc mcp for VS Code

io.github.ankit512/itsoc-mcp

Read-only MCP server over a local log-analysis backend; a client that computes no verdicts.

client:VS Code transport:stdio runtime:pypi

Install itsoc mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "itsoc-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "itsoc-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

itsoc mcp in other clients