Skip to main content
Glama
BasisSetVentures

Grok CLI MCP Server

__init__.py451 B
""" grok-cli-mcp: MCP server wrapping the Grok CLI. Provides three tools for interacting with Grok AI: - grok_query: Simple prompt-response - grok_chat: Multi-turn conversations - grok_code: Code generation with context """ __version__ = "0.1.0" __author__ = "Basis Set Ventures" __license__ = "MIT" from .server import server from .types import GrokMessage, GrokParsedOutput __all__ = ["server", "GrokMessage", "GrokParsedOutput", "__version__"]

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

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