Skip to main content
Glama
sadopc

mcp-server-zig

by sadopc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
zig_diagnosticsB

Get diagnostics (errors, warnings) for a Zig source file via ZLS

zig_formatA

Format Zig code using zig fmt. Provide either a file path to format in-place, or a code string to format and return.

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 zig build in a project directory and return the build output

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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