Skip to main content
Glama

MCPServe

by enso-labs
shell.py162 B
import subprocess def tool_shell_command(command: str) -> str: """Execute a shell command""" return subprocess.check_output(command, shell=True).decode()

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/enso-labs/mcpserve'

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