We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ipospelov/mcp-memory-bank'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""Progress template."""
TEMPLATE = """# Progress: [Project Name]
## What Works
- [Feature 1]
- [Feature 2]
- [Feature 3]
## What's Left to Build
- [Feature 4]
- [Feature 5]
- [Feature 6]
## Known Issues and Limitations
- [Issue 1]
- [Issue 2]
- [Issue 3]
## Evolution of Project Decisions
[Document how project decisions have evolved]"""