Skip to main content
Glama

CTX: Context as Code (CaC) tool

by context-hub
MIT License
235
  • Apple
  • Linux
http_tools.yaml913 B
$schema: 'https://raw.githubusercontent.com/context-hub/generator/refs/heads/main/json-schema.json' tools: - id: http-get-tool description: A HTTP GET tool type: http requests: - url: 'https://example.com/api/{{endpoint}}' method: GET headers: Content-Type: application/json Authorization: 'Bearer {{token}}' schema: properties: endpoint: type: string description: API endpoint token: type: string description: Auth token - id: http-post-tool description: A HTTP POST tool type: http requests: - url: 'https://example.com/api/submit' method: POST headers: Content-Type: application/json body: data: '{{data}}' schema: properties: data: type: string description: Data to submit

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/context-hub/generator'

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