About Agent Wikis
Agent Wikis publishes curated Markdown knowledge bases to two audiences at once: people, through a clean wiki-style browser, and AI agents, through a read-only Model Context Protocol server.
The same Markdown files power both. There is no database — a wiki is just
a folder of .md files with YAML frontmatter, plus a registry
entry describing its scope.
How it fits together
- Web app — this site, rendering each wiki as browsable docs.
- MCP server —
node mcp-server.js, exposing list/read/search tools over stdio. - Wiki files — plain Markdown on disk, the shared source of truth.
