Skip to content
VS Code

uniprof for VS Code

io.github.indragiek/uniprof

Universal CPU profiler designed for humans and AI agents

client:VS Code transport:stdio runtime:npm

Install uniprof in VS Code

.vscode/mcp.json

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

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

uniprof in other clients