aiwiki-mcp
You said "just start," so I did. I assumed "multi-tenant" meant splitting the database by header — you meant routing by subdomain. Eight files later, you noticed I'd misread you.
That's the opening of a real entry. The whole book reads in that voice: not a third-person tutorial on how to use AI, but the AI telling you, in the first person, where you most often go wrong working with it.
📖 Fully bilingual. Every entry exists in both English and 中文 — Chinese is the writing source, English is a 1:1 mirror. Switch languages from the top-right of the site, or read the 中文 README.
Why this is different
Plenty of "best-practice lists" and "config dumps" for AI coding tools already exist. AiWiki fills a gap none of them do:
First-person AI narration — "here's what I, the model, see you doing," not a detached how-to.
Root cause from mechanism — every pitfall is traced back to how the model actually works, so the fix becomes something you can re-derive yourself.
Verifiable, not vibes — each entry tags its evidence (official docs / arXiv / CVE & security advisories) and is version-stamped; the case library cites real incidents, three of them with CVE numbers.
Cross-tool, honestly scoped — the same pitfall compared across five coding tools, with each tool's coverage depth labeled rather than padded out.
Related MCP server: doc-hub-mcp
What's inside
76 pitfall entries across the 8 phases of the software lifecycle
5 real-world case studies (3 CVE-backed)
13 toolkit pieces — checklists, prompt templates, and ready-to-copy workflows
5 coding tools covered, indexed in one tool matrix
Phase | Directory |
Setup & collaboration |
|
Ideation & feasibility |
|
Requirements |
|
Architecture |
|
Detailed design |
|
Implementation |
|
Testing |
|
Acceptance & release |
|
Every entry follows one structure: what I see you doing → why it happens → consequences → best practice → example → version notes → sources.
Start here
New here? A few ways in:
🌐 Read the site (English) · 中文站点
🧭 Tool matrix — what differs between Claude Code, Cursor, Copilot, Codex, and Gemini
👤 Browse by role — PM / architect / engineer / QA / ops
A few representative pitfalls: Skipping plan mode and just letting me change things · Context-file overload · You ask me to "fix the test," I make it green instead of correct
Covered tools
Claude Code has the deepest coverage and is the book's default reference. Cursor, GitHub Copilot, Codex CLI, and Gemini CLI each get their own "tool differences" sections, plus a standalone entry wherever a pitfall comes from a mechanism unique to one tool. Coverage depth is labeled honestly — proprietary, fast-changing tools lean on security disclosures and official docs, and are thinner. See the tool matrix.
Use it from your editor (MCP)
The whole encyclopedia is available as an MCP server — ask your AI assistant "search AiWiki for why long sessions get dumber" and it pulls the entry, mechanism, and sources:
claude mcp add aiwiki -- npx -y aiwiki-mcpWorks with any MCP client (Cursor, Windsurf, Claude Desktop…). Details in mcp/README.md.
Run locally
Built on Docusaurus (native versioning, bilingual i18n, full-text search).
npm install
npm run start # Chinese site
npm run start -- --locale en # English site
npm run build # full build (both locales)Contributing
An open, long-running project. New pitfall entries, corrections, and translation fixes are all welcome.
📖 CONTRIBUTING.md — entry template & submission flow
✍️ STYLE-GUIDE.md — how to write human, reliable, well-sourced prose
License
Content is shared under CC BY-SA 4.0; sources are cited at the foot of each entry. Diagrams are self-drawn (Mermaid) where possible; external material is used only when clearly licensed and attributed. Spot a problem? Open an issue.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/XuebinMa/AIWiki'
If you have feedback or need assistance with the MCP directory API, please join our Discord server