Skip to content
Zed

timps swarm for Zed

io.github.sandeeprdy1729/timps-swarm

161 AI agents for code gen, health, AI/ML, infra, India-stack. One command.

client:Zed transport:stdio runtime:npm

Install timps swarm 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": {
    "timps-swarm": {
      "command": "npx",
      "args": [
        "-y",
        "timps-swarm"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "GROQ_API_KEY": "<GROQ_API_KEY>",
        "OLLAMA_HOST": "<OLLAMA_HOST>",
        "TIMPS_MODEL_PATH": "<TIMPS_MODEL_PATH>",
        "TIMPS_MAX_AGENT_WORKERS": "<TIMPS_MAX_AGENT_WORKERS>",
        "REDIS_URL": "<REDIS_URL>",
        "TIMPS_AUTH": "<TIMPS_AUTH>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

timps swarm in other clients