Skip to content

Release v1.0.0

Choose a tag to compare

@Afirium Afirium released this 20 Jul 23:25
· 16 commits to main since this release

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 manual

Claude Desktop

Add to your MCP configuration:

{
  "mcpServers": {
    "zig-docs": {
      "command": "npx",
      "args": ["-y", "zig-mcp@latest", "--version", "master", "--update-policy", "manual"]
    }
  }
}