We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yaniv-golan/mcp-bash-framework'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•505 B
# __NAME__ Resource Scaffold
Generated by `bin/mcp-bash scaffold resource __NAME__`.
- `__NAME__.txt` contains the backing file served through the `file` provider.
- `__NAME__.meta.json` registers the resource with a `file://` URI pointing at the backing file; adjust the URI if you move the project or switch providers.
Edit the file content or update the metadata to point at a different provider/URI as needed. After updating, run `test/integration/test_resources.sh` to verify list/read behaviour.