Skip to content
Zed

atlas pipeline for Zed

io.github.iamnishant51/atlas-pipeline

7-stage AI pipeline MCP server: Intent→Context→Git→Decompose→Variants→Critique→Optimize

client:Zed transport:stdio runtime:npm

Install atlas pipeline 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": {
    "atlas-pipeline": {
      "command": "npx",
      "args": [
        "-y",
        "atlas-pipeline-mcp"
      ],
      "env": {
        "OLLAMA_BASE_URL": "<OLLAMA_BASE_URL>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

atlas pipeline in other clients