Cozo Memory
Rank #48,744io.github.tobs-code/cozo-memory
MCP server providing cozo-memory capabilities
Cozo Memory is a Model Context Protocol (MCP) server published by tobs-code. It ranks #48,744 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Cozo Memory is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 22, 2026 and most recently updated on Feb 28, 2026.
Ranks ahead of 83,369 of 132,113 servers on MCP Toplist.
Use Cozo Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cozo-memory -- npx -y cozo-memory[mcp_servers.cozo-memory]
command = "npx"
args = ["-y", "cozo-memory"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cozo-memory": {
"command": "npx",
"args": [
"-y",
"cozo-memory"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cozo-memory": {
"command": "npx",
"args": [
"-y",
"cozo-memory"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cozo-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cozo-memory"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cozo-memory": {
"command": "npx",
"args": [
"-y",
"cozo-memory"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cozo-memory": {
"command": "npx",
"args": [
"-y",
"cozo-memory"
]
}
}
}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.tobs-code%2Fcozo-memory)<a href="https://mcptoplist.com/server/io.github.tobs-code%2Fcozo-memory"><img src="https://mcptoplist.com/badge/io.github.tobs-code%2Fcozo-memory.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
tobs-code
Other servers by tobs-code
View all tobs-code servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.3 | Feb 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cozo Memory?
- Cozo Memory is maintained by tobs-code, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Cozo Memory listed on the Official MCP Registry?
- Yes — Cozo Memory is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Cozo Memory have?
- MCP Toplist tracks 2 versions of Cozo Memory, most recently published on Feb 28, 2026.
- Where can I find the source code for Cozo Memory?
- The source code for Cozo Memory is hosted at github.com/tobs-code/cozo-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.