161 AI agents for code gen, health, AI/ML, infra, India-stack. One command.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
One npm install puts 160 AI specialists into every coding tool you use β as parallel sub-agents, not just MCP tools.
Quick Start Β· Sub-agents Β· 160 Agents Β· MCP Setup Β· CLI Β· Architecture
4 agents dispatched in parallel vs sequential β 3Γ speedup (64s vs 192s)
npx timps-swarm audit ./ finds CVEs, hardcoded secrets, and OWASP issues. No backend, no config, no API key.install-mcp command writes the MCP config for 9 IDEs (Claude Code, Cursor, Windsurf, Continue, Aider, Cline, Zed, VS Code, Gemini, Codex, Amp, Warp) and registers every agent as a native sub-agent so Claude Code / Cursor / Codex can dispatch them in parallel via Task(subagent_type=...).npm install -g timps-swarm ships a Node.js MCP stdio proxy (cli/lib/mcp-proxy.js) that talks to any running FastAPI server (local or remote via TIMPS_API_URL). The Python repo is optional.Postinstall auto-detects every AI tool on your machine and:
timps-swarm MCP server entry into every detected IDE config (with an explicit env: block forwarding ANTHROPIC_API_KEY, OPENAI_API_KEY, GEMINI_API_KEY, GROQ_API_KEY, TIMPS_API_URL, OLLAMA_HOST, REDIS_URL)..md file per TIMPS tool into ~/.claude/agents/, ./.claude/agents/, and ~/.codex/agents/.Restart your tool β 160 agents appear as MCP tools and as parallel sub-agents.
Run without installing (zero setup):
install-mcp is the only command you need:
By default this writes:
npx timps-swarm mcp)..md files into ~/.claude/agents/, ./.claude/agents/, ~/.codex/agents/ (one per MCP tool) so Claude Code's Task(subagent_type="timps_kubernetes_navigator"), Cursor Composer, and Codex can dispatch them in parallel.All writes are idempotent (re-running updates the existing file) and reversible via uninstall-mcp (which only removes the timps-swarm key and the timps-*.md files β your other config is untouched).
| Tool | Config written |
|---|---|
| Claude Code | ~/.claude/mcp.json |
| Cursor | ~/.cursor/mcp.json |
| Windsurf | ~/.windsurf/mcp.json |
| Continue | ~/.continue/config.json |
| Zed | ~/.config/zed/settings.json |
| Aider | ~/.aider.conf.yml |
| Goose | ~/.config/goose/config.yaml |
| Gemini CLI | ~/.gemini/settings.json |
| Codex CLI | ~/.codex/config.json |
| Amp | ~/.amp/mcp.json |
| Warp | ~/.warp/mcp_servers.json |
| VS Code / Cline / Copilot | .vscode/mcp.json (workspace) |
install-mcp writes the snippet below into each IDE config. The env: block forwards whichever API keys you have set in your shell; it's optional (the IDE usually inherits env, but explicit is safer for sandboxed hosts).
Claude Code β ~/.claude/mcp.json
Cursor / Windsurf / Gemini CLI / Codex CLI / Amp β same format as above, different path.
VS Code / Cline / Roo Code / GitHub Copilot β .vscode/mcp.json
Continue β ~/.continue/config.json
Aider β ~/.aider.conf.yml
Zed β ~/.config/zed/settings.json
Goose β ~/.config/goose/config.yaml
GitHub Actions β reusable workflow
Tries providers in priority order, uses the first available one.
| Priority | Provider | Env var | Notes |
|---|---|---|---|
| 1 | MCP Sampler | (auto) | Uses the host tool's model |
| 2 | Gemini 2.5 Flash | GEMINI_API_KEY | Recommended β fast + generous free tier |
| 3 | Anthropic Claude | ANTHROPIC_API_KEY | Best for complex reasoning |
| 4 | OpenAI GPT-4o | OPENAI_API_KEY | |
| 5 | Groq Llama 3.3 70B | GROQ_API_KEY | Fastest API inference |
| 6 | Ollama | (auto-detected) | Fully offline, no API key |
| 7 | TIMPS-Coder 0.5B | (built-in) | Always available |
The MCP server exposes 160 specialist agents across 9 categories. Every one is also registered as a native Claude Code / Cursor / Codex sub-agent.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/timps-swarm)<a href="https://allmcps.com/mcp/timps-swarm"><img src="https://allmcps.com/api/badge/timps-swarm?style=directory" alt="Timps Swarm on AllMCPs" /></a>