Git-native project memory for AI coding agents: Markdown source of truth, reviewable, secret-safe.
claude mcp add agent-memory -- npx -y @xchucx/agent-memory
claude_desktop_config.json
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": [
"-y",
"@xchucx/agent-memory"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": [
"-y",
"@xchucx/agent-memory"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": [
"-y",
"@xchucx/agent-memory"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xchucx/agent-memory"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": [
"-y",
"@xchucx/agent-memory"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.xChuCx--agent-memory/reviews or the review_server meta-tool.
POST /mcp