SkeletIQ for Zed
com.skeletiq/mcp
Hand a released SkeletIQ architecture to a coding agent: brief, build order, drift check.
client:Zed
transport:stdio
runtime:npm
Install SkeletIQ in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@skeletiq/mcp"
],
"env": {
"SKELETIQ_API_KEY": "<SKELETIQ_API_KEY>",
"SKELETIQ_API_URL": "<SKELETIQ_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs