Skip to content
Grok

mception for Grok

io.github.soufianetahiri/mception

Audits other MCP servers for security risks. Returns safe / caution / unsafe / inconclusive.

client:Grok transport:stdio runtime:pypi

Install mception in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mception": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mception"
      ],
      "env": {
        "MCEPTION_DATA_DIR": "<MCEPTION_DATA_DIR>",
        "MCEPTION_OFFLINE": "<MCEPTION_OFFLINE>",
        "MCEPTION_INTROSPECT_TIMEOUT": "<MCEPTION_INTROSPECT_TIMEOUT>",
        "MCEPTION_ENABLE_LLM_JUDGE": "<MCEPTION_ENABLE_LLM_JUDGE>"
      }
    }
  }
}

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

mception in other clients