Skip to content
VS Code

codemore for VS Code

io.github.abhinavteja123/codemore

The static analyzer your AI agent reads — fix-ready, machine-readable scan reports over MCP.

client:VS Code transport:stdio runtime:npm

Install codemore in VS Code

.vscode/mcp.json

{
  "servers": {
    "codemore": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "codemore"
      ]
    }
  }
}

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

codemore in other clients