Shared, project-aware memory for Claude Code, Codex, and other agents with human review.
claude mcp add global-agent-memory -- uvx global-memory-mcp
claude_desktop_config.json
{
"mcpServers": {
"global-agent-memory": {
"command": "uvx",
"args": [
"global-memory-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"global-agent-memory": {
"command": "uvx",
"args": [
"global-memory-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"global-agent-memory": {
"command": "uvx",
"args": [
"global-memory-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"global-agent-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"global-memory-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"global-agent-memory": {
"command": "uvx",
"args": [
"global-memory-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ozankasikci--global-agent-memory/reviews or the review_server meta-tool.
POST /mcp