Global Agent Memory
Rank #4,879io.github.ozankasikci/global-agent-memory
Shared, project-aware memory for Claude Code, Codex, and other agents with human review.
Global Agent Memory is a Model Context Protocol (MCP) server published by ozankasikci. It ranks #4,879 of 132,046 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. Global Agent Memory is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 12, 2026 and most recently updated on Jul 16, 2026.
Ranks ahead of 127,167 of 132,046 servers on MCP Toplist.
Use Global Agent Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add global-agent-memory -- uvx global-memory-mcp[mcp_servers.global-agent-memory]
command = "uvx"
args = ["global-memory-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"global-agent-memory": {
"command": "uvx",
"args": [
"global-memory-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"global-agent-memory": {
"command": "uvx",
"args": [
"global-memory-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"global-agent-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"global-memory-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"global-agent-memory": {
"command": "uvx",
"args": [
"global-memory-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"global-agent-memory": {
"command": "uvx",
"args": [
"global-memory-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ozankasikci%2Fglobal-agent-memory)<a href="https://mcptoplist.com/server/io.github.ozankasikci%2Fglobal-agent-memory"><img src="https://mcptoplist.com/badge/io.github.ozankasikci%2Fglobal-agent-memory.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ozankasikci
Available versions (3)
| Version | Published |
|---|---|
| 0.1.6 | Jul 16, 2026 |
| 0.1.5 | Jul 15, 2026 |
| 0.1.4 | Jul 14, 2026 |
Frequently asked questions
- Who maintains Global Agent Memory?
- Global Agent Memory is maintained by ozankasikci, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Global Agent Memory listed on the Official MCP Registry?
- Yes — Global Agent Memory is listed on the Official MCP Registry, alongside Glama.
- How many versions does Global Agent Memory have?
- MCP Toplist tracks 3 versions of Global Agent Memory, most recently published on Jul 16, 2026.
- Where can I find the source code for Global Agent Memory?
- The source code for Global Agent Memory is hosted at github.com/ozankasikci/global-agent-memory.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.