by zig-wasm · MCP Server · ★ 137
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. By default, the server uses your locally installed Zig compiler to serve documentation, ensuring you always get docs that match your actual Zig version. It can also fetch documentation from ziglang.org if needed.
| Stars | 137 |
| Forks | 5 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 73.2178822209519/100 |
| Last Updated | 2026-03-23 |
| Created | 2025-06-10 |
| Platforms | mcp, node |
| Est. Tokens | ~16k |
Explore other popular mcp server tools:
zig-mcp is Model Context Protocol (MCP) server that provides up-to-date documentation for the Zig programming language standard library and builtin functions. It is categorized as a MCP Server with 137 GitHub stars.
zig-mcp is primarily written in TypeScript. It covers topics such as mcp, modelcontextprotocol, zig.
You can find installation instructions and usage details in the zig-mcp GitHub repository at github.com/zig-wasm/zig-mcp. The project has 137 stars and 5 forks, indicating an active community.
zig-mcp is released under the MIT license, making it free to use and modify according to the license terms.