grok-build-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROK_MCP_BIN | No | Path to the grok binary | grok |
| GROK_MCP_TIMEOUT | No | Per-call timeout in milliseconds | 120000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| grok_chatA | Send a one-shot prompt to xAI Grok and return its reply. Stateless — for multi-turn use grok_consult. |
| grok_reviewA | Have Grok review a git diff. If no diff is provided, runs |
| grok_consultA | Continue a conversation with Grok by replaying the full message history each call. Stateless on the server side — the caller owns the thread. |
| grok_challengeA | Ask Grok to adversarially break a piece of code: edge cases, race conditions, security holes, adversarial inputs. Returns severity-ranked issues with reproductions. |
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/howardpen9/grok-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server