We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/phainestai/mimir'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
do-small-increments.md•225 B
---
trigger: always_on
---
# Rule: Small Increments
Work in method-by-method steps.
- Implement small vertical slices.
- After every change: write → run → test → evaluate → fix.
- No large PRs or 1000-line commits.