We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adamkwhite/claude-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CODEOWNERS•442 B
# CODEOWNERS file for claude-memory-mcp
# This file defines who owns/reviews code in this repository
# For more info: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Global ownership - Adam White owns all files
* @adamkwhite
# Specific ownership for critical files
/.github/ @adamkwhite
/pyproject.toml @adamkwhite
/src/ @adamkwhite
/tests/ @adamkwhite