Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

SkeletIQ in other clients