← Back to Plugins
MCP Server MCP

io.github.soufianetahiri/mception

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

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

Verified source

Install

uvx mception

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mception",
      "version": "0.5.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Where audit reports and rug-pull baselines live. Defaults to ~/.mception.",
          "format": "string",
          "name": "MCEPTION_DATA_DIR"
        },
        {
          "description": "Set to 1 to block outbound HTTP (OSV, registry signals, phantom-repo probes).",
          "format": "string",
          "default": "0",
          "name": "MCEPTION_OFFLINE"
        },
        {
          "description": "Per-target timeout in seconds for the fetcher + engine pipeline.",
          "format": "string",
          "default": "60",
          "name": "MCEPTION_INTROSPECT_TIMEOUT"
        },
        {
          "description": "Set to 1 to enable advisory LLM-assisted classification via MCP sampling. No API key needed.",
          "format": "string",
          "default": "0",
          "name": "MCEPTION_ENABLE_LLM_JUDGE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...