code firewall mcp for Cline
io.github.egoughnour/code-firewall-mcp
Structural similarity-based code filter. Stops malicious code pattern reaching execution tools.
client:Cline
transport:stdio
runtime:pypi
Install code firewall mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs