We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/umuterturk/mcp-proto'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp_config.json•578 B
{
"mcpServers": {
"proto-server": {
"command": "python",
"args": [
"/absolute/path/to/mcp-proto/mcp_proto_server.py",
"--root",
"/absolute/path/to/your/proto/files"
],
"description": "Protocol Buffer definition server with recursive type resolution",
"capabilities": [
"search_proto: Fuzzy search across all proto definitions",
"get_service_definition: Get service with ALL nested types in one call",
"get_message_definition: Get message with ALL nested types in one call"
]
}
}
}