Multi-model AI orchestration with 31 tools, YAML workflows, and 5 token-optimized profiles.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tachibot": {
"env": {
"OPENROUTER_API_KEY": "sk-or-xxx",
"PERPLEXITY_API_KEY": "pplx-xxx",
"USE_OPENROUTER_GATEWAY": "true"
},
"command": "tachibot"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Orchestrate Perplexity, Grok, GPT-5, Gemini, Qwen, Kimi K2.5, and MiniMax M2.5 from Claude Code, Claude Desktop, Cursor, or any MCP client.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'tachibot-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked tachibot-mcp against OSV.dev.
Click any tool to inspect its schema.
reflexionResearch-backed prompt engineering technique by Shinn et al. 2023
reactReAct prompt engineering technique by Yao et al. 2022
rubber_duckRubber duck debugging technique by Hunt & Thomas 2008
test_drivenTest-driven development prompt technique by Beck 2003
scotStructured Chain-of-Thought technique by Li et al. 2025
pre_postPre/post contracts technique from Empirical SE 2025
bdd_specGiven/When/Then BDD specification technique from BDD 2025
least_to_mostLeast-to-most decomposition technique by Zhou et al. 2022
pre_mortemPre-mortem failure analysis technique by Klein 2007
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for io.github.byPawel/tachibot-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
57 AI tools. 12 providers. One protocol.
Orchestrate Perplexity, Grok, GPT-5.5, Gemini, Qwen, Kimi K2.7-Code, and MiniMax M3 from Claude Code, Claude Desktop, Cursor, or any MCP client.
Get Started · View Tools · Documentation
If TachiBot helps your workflow, a star goes a long way.
/blueprint Skill — Multi-Model Implementation PlanningNew skill that creates bite-sized TDD implementation plans using a 7-step multi-model council:
/blueprint add OAuth with refresh tokens
Pipeline: Grok search → Qwen+Kimi analysis → Kimi decompose → GPT pre-mortem critique → Gemini final judgment → bite-sized TDD output (exact files, test-first steps, commit points).
Bridges planner_maker's multi-model intelligence with the writing-plans execution format.
Added 9 research-backed techniques for coding and decision-making:
| Technique | Source | Category |
|---|---|---|
reflexion | Shinn et al. 2023 | Engineering |
react (ReAct) | Yao et al. 2022 | Engineering |
rubber_duck | Hunt & Thomas 2008 | Engineering |
test_driven | Beck 2003 | Engineering |
scot (Structured CoT) | Li et al. 2025 (+13.79% HumanEval) | Structured Coding |
pre_post (Contracts) | Empirical SE 2025 | Structured Coding |
bdd_spec (Given/When/Then) | BDD 2025 | Structured Coding |
least_to_most | Zhou et al. 2022 | Research |
pre_mortem | Klein 2007 | Decision |
Techniques are embedded directly in tool system prompts for automatic application.
minimax_code — SWE-Bench 80.2%, per-task TECHNIQUE tags (SCoT, reflexion, rubber_duck), per-task temperaturesminimax_agent — ReAct + least-to-most decomposition protocol, HALT criteria/breakdown — now uses least_to_most ordering + pre_mortem failure analysis/judge — first judge now runs pre-mortem ("assume this FAILED")/decompose — deep-dives include pre/post contracts per sub-problem/prompt — auto-recommend flow with 30-intent matching guide, 13 categoriesTachiBot ships with 12 slash commands for Claude Code. These orchestrate the tools into powerful workflows:
| Skill | What it does | Example |
|---|---|---|
/blueprint | Multi-model planning → bite-sized TDD steps | /blueprint add OAuth with refresh tokens |
/judge | Multi-model council - parallel analysis with synthesis | /judge how to implement rate limiting |
/think | Sequential reasoning chain with any model | /think grok,gemini design a cache layer |
/focus | Mode-based reasoning (debate, research, analyze) | /focus architecture-debate Redis vs Pg |
/breakdown | Strategic decomposition with pre-mortem | /breakdown refactor payment module |
/decompose | Split into sub-problems, deep-dive each one | `/decompose implement collaborative editor |