askgrokmcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XAI_API_KEY | Yes | Your xAI API key | |
| LOG_REQUESTS | No | Logs tool/xAI request metadata to stderr | false |
| GROK_CHAT_MODEL | No | Default model for ask_grok, grok_consensus, and grok_validate | grok-4.3 |
| XAI_MAX_RETRIES | No | Number of retries for transient errors | 2 |
| GROK_IMAGE_MODEL | No | Default model for generate_image | grok-imagine-image-quality |
| SAFE_WRITE_BASE_DIR | No | Base directory for image writes | process.cwd() |
| LOG_REQUEST_PAYLOADS | No | Includes full request payloads in logs (use carefully) | false |
| XAI_REQUEST_TIMEOUT_MS | No | Timeout per xAI API request in milliseconds | 30000 |
| XAI_RETRY_BASE_DELAY_MS | No | Base delay for exponential retry backoff | 500 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/entropyvortex/askgrokmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server