Serversio.github.egoughnour/code-firewall-mcp
M

io.github.egoughnour/code-firewall-mcp

io.github.egoughnour/code-firewall-mcp · v0.7.0
▦ pypi
v0.7.0pypi pypi: code-firewall-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.egoughnour/code-firewall-mcp",
  "description": "Structural similarity-based code filter. Stops malicious code pattern reaching execution tools.",
  "repository": {
    "url": "https://github.com/egoughnour/code-firewall-mcp",
    "source": "github"
  },
  "version": "0.7.0",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "code-firewall-mcp",
      "version": "0.7.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Directory for storing ChromaDB data",
          "format": "string",
          "name": "FIREWALL_DATA_DIR"
        },
        {
          "description": "URL for Ollama server (default: http://localhost:11434)",
          "format": "string",
          "name": "OLLAMA_URL"
        },
        {
          "description": "Ollama embedding model (default: nomic-embed-text)",
          "format": "string",
          "name": "EMBEDDING_MODEL"
        },
        {
          "description": "Block threshold 0-1 (default: 0.85)",
          "format": "string",
          "name": "SIMILARITY_THRESHOLD"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/egoughnour/code-firewall-mcp/releases/download/v0.7.0/code-firewall-mcp.mcpb",
      "fileSha256": "aaa0a4256f7402f950d2fe6bbf95e262a36aa84d95c32e94401e263801a387b4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Directory for storing ChromaDB data",
          "format": "string",
          "name": "FIREWALL_DATA_DIR"
        },
        {
          "description": "URL for Ollama server (default: http://localhost:11434)",
          "format": "string",
          "name": "OLLAMA_URL"
        },
        {
          "description": "Ollama embedding model (default: nomic-embed-text)",
          "format": "string",
          "name": "EMBEDDING_MODEL"
        },
        {
          "description": "Block threshold 0-1 (default: 0.85)",
          "format": "string",
          "name": "SIMILARITY_THRESHOLD"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}