We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nhevers/claude-recall'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://claude.ai/schemas/plugin.json",
"name": "claude-recall",
"version": "9.0.9",
"description": "Long-term memory layer for Claude Code that learns and recalls your project context automatically",
"author": {
"name": "nhevers"
},
"repository": "https://github.com/nhevers/claude-recall",
"license": "AGPL-3.0",
"keywords": ["memory", "context", "recall", "mcp"],
"source": "./extension",
"engines": {
"claude-code": ">=1.0.0"
}
}