mcp-server-zig
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zig_diagnosticsB | Get diagnostics (errors, warnings) for a Zig source file via ZLS |
| zig_formatA | Format Zig code using |
| zig_hoverA | Get type information and documentation for a symbol at a specific position in a Zig file via ZLS |
| zig_definitionB | Go to definition — find where a symbol is defined in a Zig codebase via ZLS |
| zig_referencesB | Find all references to a symbol at a specific position in a Zig file via ZLS |
| zig_completionsB | Get completion suggestions at a specific position in a Zig file via ZLS |
| zig_document_symbolsA | Get the document symbol outline (functions, structs, variables) of a Zig file via ZLS |
| zig_buildA | Run |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sadopc/mcp-server-zig'
If you have feedback or need assistance with the MCP directory API, please join our Discord server