Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GROK_MCP_BINNoPath to the grok binarygrok
GROK_MCP_TIMEOUTNoPer-call timeout in milliseconds120000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 git diff <base_ref>...HEAD (default base: main). Returns a structured review with per-dimension scores.

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

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/howardpen9/grok-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server