We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kastalien-Research/thoughtbox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
git-workflow.md•368 B
## Git Workflow
- Work is NOT complete until `git push` succeeds
- Never force push, reset --hard, or clean -f without explicit approval
- Always pull --rebase before pushing
- The beads daemon auto-syncs issue changes on the `beads-sync` branch — do not manually commit to that branch
- Commit messages should be concise and describe the "why" not just the "what"