Skip to main content
Glama

Shell MCP Server

by odysseus0
from .server import serve def main(): """MCP Shell Server - Execute shell commands through MCP""" import argparse import asyncio parser = argparse.ArgumentParser( description="give a model the ability to execute shell commands" ) args = parser.parse_args() asyncio.run(serve()) if __name__ == "__main__": main()

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/odysseus0/mcp-server-shell'

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