Skip to main content
Glama
http.proto474 B
syntax = "proto3"; package google.api; message Http { repeated HttpRule rules = 1; } message HttpRule { oneof pattern { string get = 2; string put = 3; string post = 4; string delete = 5; string patch = 6; CustomHttpPattern custom = 8; } string selector = 1; string body = 7; repeated HttpRule additional_bindings = 11; } message CustomHttpPattern { string kind = 1; string path = 2; }

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/MyronKoch-dev/osmosis-mcp-server'

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