prexist for Zed
io.github.rishabhkodes/prexist
Search across 9 platforms to find existing products similar to your idea.
client:Zed
transport:stdio
runtime:npm
Install prexist in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"prexist": {
"command": "npx",
"args": [
"-y",
"prexist"
],
"env": {
"PREXIST_API_URL": "<PREXIST_API_URL>",
"SKILLS_DIRECTORY_API_KEY": "<SKILLS_DIRECTORY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs