Skip to main content
Glama
egoughnour
by egoughnour

rlm_firewall_status

Check if the code execution firewall is enabled and verify its configuration to block dangerous patterns in massive dataset processing.

Instructions

Check the status of the code execution firewall.

Returns information about whether the firewall is enabled, the Ollama endpoint being used, and whether dangerous code patterns will be blocked.

The firewall is auto-enabled when code-firewall-mcp is installed: pip install massive-context-mcp[firewall]

Returns: { "enabled": bool, "package_installed": bool, "ollama_url": str, "embedding_model": str, "similarity_threshold": float, "ollama_reachable": bool, }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/egoughnour/massive-context-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server