mcp-zig
Verified Safeby dungngo4520
Overview
Provides Zig language features (completions, hover, definitions, references) to MCP-compatible clients by integrating with the Zig Language Server (zls).
Installation
npx -y @dungngo4520/mcp-zigEnvironment Variables
- WORKSPACE_ROOT
Security Notes
The server acts as a proxy for the trusted `zls` (Zig Language Server) executable. It spawns `zls` as a child process, with the working directory configurable via `WORKSPACE_ROOT`. The inputs to the tools are structured and do not allow arbitrary command injection or dangerous operations within the server itself. Reliance on `zls` and responsible configuration of `WORKSPACE_ROOT` are key assumptions for safety. No `eval`, hardcoded secrets, or obvious malicious patterns found.
Similar Servers
azure-devops-mcp
Provides a local Model Context Protocol (MCP) server that enables AI agents to interact with Azure DevOps, performing tasks such as managing work items, repositories, pipelines, test plans, wikis, and advanced security directly from a code editor.
docs-mcp-server
The Documentation MCP Server indexes documentation from web sources, local files, and package registries, making it searchable via the Model Context Protocol (MCP) and providing semantic search capabilities to AI coding assistants.
Context-Engine
Self-improving code search and context engine for IDEs and AI agents, providing hybrid semantic/lexical search, symbol graph navigation, and persistent memory.
mcp-gopls
Provides a Model Context Protocol (MCP) server for AI assistants to interact with Go code via gopls, offering navigation, diagnostics, testing, coverage, and refactoring capabilities.