GitHub - zig-wasm/zig-mcp: Model Context Protocol (MCP) server that provides up-to-date documentation for the Zig programming language standard library and builtin functions
Zig Docs MCP
Model Context Protocol (MCP) server that provides up-to-date documentation for the Zig programming language standard library and builtin functions.
It uses the same approach as Zig's official autodoc (ziglang.org) by reading STD lib source files directly through a WASM module. However instead of returning HTML, it outputs Markdown which significantly reduces token usage.
TipAdd use zigdocs to your prompt if you want to explicitly instruct the LLM to use Zig docs tools. Otherwise, LL...
Read more at github.com