🔍
Wikidown MCP Server
Stdio Model Context Protocol server that exposes Wikidown.Core tools (list, read, write, new, move, delete, reorder, search, walk) to Claude Code, Claude Desktop, VS Code (Copilot), and other MCP hosts.
0 installs
Trust: 34 — Low
Search
Ask AI about Wikidown MCP Server
Powered by Claude · Grounded in docs
I know everything about Wikidown MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Wikidown
An Azure DevOps–Wiki-compatible wiki that lives in /docs of any code repo.
Wikidown bundles:
Wikidown.Core— library for reading/writing ADO-wiki-formatted pages.wikidownCLI — dotnet tool for AI agents and humans to maintain pages.wikidown-mcp— stdio MCP server so Claude / Copilot / other agents can edit the wiki. Seesamples/mcp/for drop-in configs.- Agent configs — drop-in Claude Code and GitHub Copilot setups; see
agents/. - Wikidown for Visual Studio — a VS 2022+ extension that adds a
.wikidownprojproject type so yourdocs/folder appears in Solution Explorer without affecting the build. Install from the Visual Studio Marketplace or seesrc/Wikidown.Vs/. - Wikidown Web — a Blazor WASM PWA editor that commits directly to GitHub or Azure DevOps via REST (no backend). Hosted on GitHub Pages.
- Wikidown Site — the product/marketing page (also on GitHub Pages).
See PLAN.md for the current build plan and scope.
Format (MVP)
- Page file on disk:
My-Page.md; rendered title:My Page. - Subpages: a folder alongside the page file with the same base name.
- Ordering:
.orderfile per folder lists page base-names, one per line. - Links use titles:
[Release Notes](/Getting-Started/Release-Notes).
Status
Work in progress. See PLAN.md for chunk-by-chunk progress.
