v0.1.0
Pre-release
Pre-release
Highlights
- Exposes Grok real-time web search, X/Twitter search, and model discovery through a Streamable HTTP MCP endpoint.
- Supports CPA upstream integrations through OpenAI Responses, OpenAI Chat Completions, and Anthropic Messages protocols.
- Includes per-user MCP API keys, tier-based rate limits and monthly quotas, usage tracking, invite-based registration, and an embedded administration panel.
- Persists service data and runtime settings in SQLite and includes a non-root Docker Compose deployment.
Deployment requirements
- Streamable HTTP only; stdio transport is not supported.
- The service listens on plain HTTP and does not terminate TLS. Internet-facing deployments should use a trusted HTTPS reverse proxy or load balancer.
- This is a prerelease. Validate configuration and backup SQLite data before production deployment.
Assets
grok-mcp_0.1.0_linux_amd64.tar.gz: statically linked Linux amd64 binary, README, and license.grok-mcp_0.1.0_linux_arm64.tar.gz: statically linked Linux arm64 binary, README, and license.checksums.txt: SHA-256 checksums for both archives.
Verify downloaded assets with:
sha256sum -c checksums.txt