Back to Browse

Grok MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use xAI Grok as a peer reviewer + PR gate from Claude Code, Cursor, Cline and any MCP host.

About

Use xAI Grok as a peer reviewer + PR gate from Claude Code, Cursor, Cline and any MCP host.

Security Report

5.2
Moderate5.2Moderate Risk

grok-mcp is a well-structured MCP server that wraps the official xAI Grok CLI. Authentication is properly handled through environment variables (XAI_API_KEY) with secure defaults, and the codebase demonstrates good security practices including input validation via Zod schemas, proper error handling, and no hardcoded credentials. The server's permissions are appropriately scoped to its purpose: spawning the grok CLI, reading git diffs, and making network calls to the Grok API. Minor findings around error context and input validation do not materially impact security. Supply chain analysis found 4 known vulnerabilities in dependencies (2 critical, 2 high severity). Package verification found 1 issue.

7 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-howardpen9-grok-mcp": {
      "args": [
        "-y",
        "grok-cli-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!