Grok
Provides access to Grok API for chat completions, text completions, embeddings, and model operations with robust request validation and error handling.
7 stars
0 tools
Created Aug 2025
@brewmytech/brewmytech-grok-grok-mcpAbout
Provides access to Grok API for chat completions, text completions, embeddings, and model operations with robust request validation and error handling.
Categories
general
Installation
npm
npm install @brewmytech/brewmytech-grok-grok-mcp
Configuration
{
"mcpServers": {
"brewmytech-grok-grok-mcp": {
"command": "npx",
"args": [
"-y",
"@brewmytech/brewmytech-grok-grok-mcp"
]
}
}
}