Skip to content
Grok

Reversecore MCP for Grok

io.github.sjkim1127/reversecore-mcp

Security-first MCP server for reverse engineering, malware analysis, forensics, and SAST.

client:Grok transport:stdio runtime:pypi

Install Reversecore MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "reversecore-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "reversecore-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Reversecore MCP in other clients