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•496 B
# __NAME__ Prompt Scaffold
Generated by `bin/mcp-bash scaffold prompt __NAME__`.
- `__NAME__.txt` is the prompt template. Use shell-compatible `${variable}` tokens and any surrounding narrative.
- `__NAME__.meta.json` registers the prompt, including argument definitions so clients know which parameters are expected, per protocol spec.
After editing the template, run your MCP server and call `prompts/get` with sample arguments to confirm rendering (see `test/integration/test_prompts.sh`).