Skip to content
VS Code

consolelog dev tools for VS Code

io.github.mbdev3/consolelog-mcp

Deterministic dev tools for AI agents over MCP: hashing, encoding, formatting, codegen, and more.

client:VS Code transport:stdio runtime:npm

Install consolelog dev tools in VS Code

.vscode/mcp.json

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

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

consolelog dev tools in other clients