← Index

io.github.egoughnour/code-firewall-mcp

io.github.egoughnour/code-firewall-mcp·v0.7.0·Other
Quality Score
75
/100

Structural similarity-based code filter. Stops malicious code pattern reaching execution tools.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "code-firewall-mcp": {
      "command": "uvx",
      "args": [
        "code-firewall-mcp"
      ],
      "env": {
        "FIREWALL_DATA_DIR": "<firewall_data_dir>",
        "OLLAMA_URL": "<ollama_url>",
        "EMBEDDING_MODEL": "<embedding_model>",
        "SIMILARITY_THRESHOLD": "<similarity_threshold>"
      }
    }
  }
}
§02  Environment variables
FIREWALL_DATA_DIR

Directory for storing ChromaDB data

OLLAMA_URL

URL for Ollama server (default: http://localhost:11434)

EMBEDDING_MODEL

Ollama embedding model (default: nomic-embed-text)

SIMILARITY_THRESHOLD

Block threshold 0-1 (default: 0.85)

FIREWALL_DATA_DIR

Directory for storing ChromaDB data

OLLAMA_URL

URL for Ollama server (default: http://localhost:11434)

EMBEDDING_MODEL

Ollama embedding model (default: nomic-embed-text)

SIMILARITY_THRESHOLD

Block threshold 0-1 (default: 0.85)

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other