Skip to main content
Glama
__init__.py481 B
"""Command execution module for MCP filesystem server. This module provides secure command execution capabilities with: - Command whitelist enforcement - Process resource limits (CPU, memory) - Network isolation - Frontend preview server """ from .executor import CommandExecutor from .preview import PreviewManager, PreviewRoutingMiddleware from .whitelist import CommandWhitelist __all__ = ["CommandExecutor", "CommandWhitelist", "PreviewManager", "PreviewRoutingMiddleware"]

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/answerlink/MCP-Workspace-Server'

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