Skip to content
Cursor

consolelog dev tools for Cursor

io.github.mbdev3/consolelog-mcp

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

client:Cursor transport:stdio runtime:npm

Install consolelog dev tools in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

consolelog dev tools in other clients