Skip to main content
Glama
executor_service.proto481 B
syntax = "proto3"; package mcp; service ExecutorService { rpc Run(RunCommandRequest) returns (RunCommandResponse); } message RunCommandRequest { string command = 1; repeated string args = 2; string service_account = 3; string namespace = 4; repeated string deny_patterns = 5; string run_id = 6; } message RunCommandResponse { bool success = 1; int32 exit_code = 2; string stdout = 3; string stderr = 4; string artifact_path = 5; string message = 6; }

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/Purv123/Remidiation-MCP'

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