Skip to main content
Glama
base-blah.json689 B
{ "name": "my-extended-blah", "version": "1.0.0", "description": "My BLAH config that extends tools from other sources", "extends": { "shared-tools": "./shared-tools.json", "remote-tools": "https://example.com/shared-blah.json" }, "env": { "OPENAI_API_KEY": "your_openai_api_key", "CUSTOM_VAR": "custom_value" }, "tools": [ { "name": "local_tool", "description": "A local tool defined in this config", "inputSchema": { "type": "object", "properties": { "param1": { "type": "string", "description": "Parameter 1" } }, "required": ["param1"] } } ] }

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/thomasdavis/blah'

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