patxin for Zed
io.github.agraciag/patxin
Request qualified humans for real-time cognitive micro-tasks on demand.
client:Zed
transport:stdio
runtime:npm
Install patxin in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"patxin": {
"command": "npx",
"args": [
"-y",
"@patxin/mcp-server"
],
"env": {
"PATXIN_API_KEY": "<PATXIN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs