We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stevengonsalvez/promptregistry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"id": "memory-bank-assistant",
"description": "Acts as an expert software engineer whose memory resets between sessions, requiring thorough documentation.",
"contentFile": "memory-bank-assistant.md",
"tags": [
"vibecoding",
"software-engineering",
"memory-bank",
"project-management"
],
"variables": {
"rules_file": {
"description": "Rule file location - .clinerules, .amazonq/rules, .cursor/rules",
"required": true
},
"user_task_description": {
"description": "Description of the task that the user wants the assistant to perform",
"required": true
}
},
"metadata": {
"required_tools": [
"readfile",
"editfile",
"sequential_thinking"
]
}
}