Skip to main content
Glama
new-blah.json896 B
{ "name": "sample-blah-manifest", "version": "1.0.0", "alias": "sample-tools", "description": "A sample blah manifest demonstrating various tool types and configurations", "env": { "OPENAI_API_KEY": "your-openai-api-key-here" }, "tools": [ { "name": "hello_world_registry", "description": "Example of a public compute registry tool", "alias": "hello" }, { "name": "@myorg/local_tool", "description": "Example of a local compute tool", "command": "node ./scripts/local-tool.js" }, { "name": "mcp_example", "description": "Example of an MCP tool using npx", "command": "npx @myorg/mcp-tool" } ], "flows": [ { "name": "sample_flow", "steps": [ { "tool": "hello_world_registry" }, { "tool": "@myorg/local_tool" } ] } ] }

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