Code Firewall MCP
Rank #30,204io.github.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 #30,204 of 76,851 servers tracked on MCP Toplist. Code Firewall MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 19, 2026 and most recently updated on Jan 19, 2026.
Ranks ahead of 46,647 of 76,851 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 1 registry (2 delisted)
egoughnour
Other servers by egoughnour
- Massive Context MCP#20,345 · 8 vers
- Curate Ipsum#23,218 · 5 vers
- Cowork History#30,205 · 2 vers
- tool-disco#68,727
Available versions (2)
| Version | Published |
|---|---|
| 0.7.0 | Jan 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Code Firewall MCP?
- Code Firewall MCP is maintained by egoughnour, which publishes 5 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Code Firewall MCP listed on the Official MCP Registry?
- Yes — Code Firewall MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- 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.