← Back to browse

mception

Indexed by io.github.soufianetahiri

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMCEPTION_DATA_DIR MCEPTION_OFFLINE MCEPTION_INTROSPECT_TIMEOUT MCEPTION_ENABLE_LLM_JUDGE
Claude Code
claude mcp add --env MCEPTION_DATA_DIR= --env MCEPTION_OFFLINE= --env MCEPTION_INTROSPECT_TIMEOUT= --env MCEPTION_ENABLE_LLM_JUDGE= mception -- uvx mception
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mception","command":"uvx","args":["mception"],"env":{"MCEPTION_DATA_DIR":"","MCEPTION_OFFLINE":"","MCEPTION_INTROSPECT_TIMEOUT":"","MCEPTION_ENABLE_LLM_JUDGE":""}}'
JSON
{
  "mcpServers": {
    "mception": {
      "command": "uvx",
      "args": [
        "mception"
      ],
      "env": {
        "MCEPTION_DATA_DIR": "",
        "MCEPTION_OFFLINE": "",
        "MCEPTION_INTROSPECT_TIMEOUT": "",
        "MCEPTION_ENABLE_LLM_JUDGE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.