uniprof for Zed
io.github.indragiek/uniprof
Universal CPU profiler designed for humans and AI agents
client:Zed
transport:stdio
runtime:npm
Install uniprof in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"uniprof": {
"command": "npx",
"args": [
"-y",
"uniprof"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs