Code Firewall MCP
Rank #28450glama/egoughnour/code-firewall-mcp
Structural similarity-based code filter. Stops malicious code pattern reaching execution tools.
Code Firewall MCP is a Model Context Protocol (MCP) server published by egoughnour. It ranks #28450 of 58,900 servers tracked on MCP Toplist. Code Firewall MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Jan 19, 2026 and most recently updated on Jan 19, 2026.
Ranks ahead of 30,450 of 58,900 servers on MCP Toplist.
Use Code Firewall MCP
Add Code Firewall MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"code-firewall-mcp": {
"command": "uvx",
"args": [
"code-firewall-mcp"
],
"env": {
"FIREWALL_DATA_DIR": "<your FIREWALL_DATA_DIR>",
"OLLAMA_URL": "<your OLLAMA_URL>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"SIMILARITY_THRESHOLD": "<your SIMILARITY_THRESHOLD>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/egoughnour/code-firewall-mcp/releases/download/v0.7.0/code-firewall-mcp.mcpb` — install it through your client’s extension manager.
Listed on 2 registries (1 delisted)
egoughnour
Other servers by egoughnour
View all egoughnour servers →Available versions (2)
| Version | Published |
|---|---|
| 0.7.0 | Jan 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Code Firewall MCP?
- Structural similarity-based code filter. Stops malicious code pattern reaching execution tools.
- Who maintains Code Firewall MCP?
- Code Firewall MCP is maintained by egoughnour, which publishes 4 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Code Firewall MCP an official MCP server?
- Yes — Code Firewall MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Code Firewall MCP have?
- MCP Toplist tracks 2 versions of Code Firewall MCP, most recently published on Jan 19, 2026.
- Where can I find the source code for Code Firewall MCP?
- The source code for Code Firewall MCP is hosted at github.com/egoughnour/code-firewall-mcp.