Model Context Protocol (MCP) server that provides up-to-date documentation for the Zig programming language standard library and builtin functions
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"zig-mcp": {
"command": "npx",
"args": [
"-y",
"zig-wasm/zig-mcp"
]
}
}
}
Run in terminal:
claude mcp add zig-mcp npx -y zig-wasm/zig-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"zig-mcp": {
"command": "npx",
"args": [
"-y",
"zig-wasm/zig-mcp"
]
}
}
}