shaddai-mcp
MCP server that provides 7 specialized agents with RAG knowledge bases, allowing Claude to search and ask domain-specific questions and route tasks to the appropriate agent without API keys.
README
SHADDAI MCP
The 7 SHADDAI agents and their RAG knowledge bases (the mastery stores) as a Model Context Protocol server for Claude Desktop, Claude Code, Cursor, or any MCP stdio client.
Key-free. No API keys. No external LLM calls. No localhost server. You paste one line, and Claude instantly gets a knowledge-grounded 7-agent council it can route to.
One-line install (no setup)
Add to Claude Code:
claude mcp add shaddai -- npx -y shaddai-mcp
Claude Desktop — edit config (File ▸ Settings ▸ Developer ▸ Edit Config) and add:
{"mcpServers":{"shaddai":{"command":"npx","args":["-y","shaddai-mcp"]}}}
Cursor — Settings ▸ Features ▸ MCP ▸ Add new MCP server ▸ type stdio, command:
npx -y shaddai-mcp
That's it. The package runs anywhere Node >= 18 is installed. If you want a local
copy instead of npx, npm i -g shaddai-mcp then use the shaddai-mcp binary.
The 7 agents
| Agent | Role | Knowledge base |
|---|---|---|
| SHADDAI | Orchestrator | Strategy, decisions, manifestation |
| NEXUS | Architect | Scalable system design, engineering |
| ZEROX | Markets | Money, investing, unit economics |
| ORACLE | Research | Manifestation, law of attraction, research |
| TURTLE | Creative | Art, design, creative process |
| QUILL | Writing | Stoic discipline, writing craft |
| PIKADON | Security | Privacy, online security, hardening |
Tools
list_agents— the 7 agents, their role/goal, and KB document countlist_rag_docs— documents inside one agent's knowledge baserag_search— raw TF-IDF chunk hits (score + source doc) for a queryrag_ask— retrieves the most relevant passages and returns them with a grounded-answer instruction. Claude synthesizes the answer from the passages.run_agent— routes a goal to the right agent, injects its knowledge as passages, and returns a persona + instruction for Claude to complete the task.
Resources
kb://<agent>— each agent's knowledge base, browsable (7 resources)
What you can actually do with it
This isn't just a persona plugin — it ships 7 agent knowledge bases (85 source documents across the mastery stores) so your answers come with receipts, not vibes.
- Get a grounded strategy council. Ask
run_agent— "SHADDAI, I have $5k and a SaaS idea — plan my launch" — and get SHADDAI's orchestration persona plus the actual money/strategy passages from ZEROX's KB that the answer should draw on. - Grounded research, cited.
rag_askagainst ORACLE's KB returns the exact source doc + score behind every claim, then Claude writes the answer from those passages. No hallucinated "well-known" facts — it's grounded in what's actually in the library. - Skip the generic.
rag_searchlets you peek at the raw TF-IDF hits before asking, so you can steer a question straight at the right source. - Every agent, one line. Same
npx -y shaddai-mcpgives you all 7 — SHADDAI (strategy), NEXUS (architecture), ZEROX (money), ORACLE (research), TURTLE (creative), QUILL (writing), PIKADON (security).
Try these in Claude after adding it:
run_agent— "ZEROX, price a Pro tier for a B2B SaaS using your KB."rag_ask— "What does ORACLE's KB say about consistent daily practice?"run_agent— "PIKADON, audit this login flow against your KB."rag_search— "NEXUS — microservices vs monolith tradeoffs"
The deal: free, key-free, no server — your copy of Claude becomes a 7-council meeting room with a library. There's a richer commercial edition behind the SHADDAI platform (live orchestration engine, billing, agent marketplace) — but this package is, and stays, the open no-keys front door.
Try it
- "
rag_ask— using the ORACLE knowledge base, what is manifestation?" - "
run_agent— QUILL, write a stoic essay on discipline using your knowledge." - "
rag_searchin NEXUS's KB for how to design a scalable system."
How it works
This package ships the 7 agent personas + their RAG stores only. Tools return ranked passages and an explicit instruction, and the connected host model (Claude) does the synthesis. The proprietary SHADDAI orchestration engine, tool suite, billing, and server routes are not included.
Development
npm install
node mcp-server-rag.js --self-test # fast protocol test
node mcp-server-rag.js --self-test-full # + rag_ask & run_agent
Logs go to stderr; stdout is reserved for the MCP protocol.
License
Source-available. You may use this server and its knowledge for your own personal or commercial work, but you may not redistribute the code or the knowledge base contents in a competing product. See LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。