Release v1.0.0
Initial Release (v1.0.0)
We're excited to announce the first stable release of Zig Docs MCP - a Model Context Protocol server that provides up-to-date documentation for the Zig programming language standard library and builtin functions.
Installation
Claude Code
claude mcp add zig-docs npx -y zig-mcp@latest --version master --update-policy manualClaude Desktop
Add to your MCP configuration:
{
"mcpServers": {
"zig-docs": {
"command": "npx",
"args": ["-y", "zig-mcp@latest", "--version", "master", "--update-policy", "manual"]
}
}
}