Skip to main content
Glama

Sandbox MCP

MIT License
78
  • Linux
  • Apple
shell.json631 B
[ { "request": { "main_sh": "echo hello!" }, "response": { "text": "hello!\n" } }, { "request": { "main_sh": "cat hello.txt", "files": [ { "filename": "hello.txt", "content": "hello!" } ] }, "response": { "text": "hello!" } }, { "request": { "main_sh": "invalid-command" }, "response": { "text": "not found", "isError": true } } ]

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/pottekkat/sandbox-mcp'

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