cogmem
Rank #14,385io.github.writerslogic/cogmem
A self-improving, verifiable memory layer for AI coding agents.
cogmem is a Model Context Protocol (MCP) server published by writerslogic. It ranks #14,385 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. cogmem is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 26, 2026 and most recently updated on Jul 13, 2026.
Ranks ahead of 101,075 of 115,460 servers on MCP Toplist.
Use cogmem
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cogmem -- uvx cogmem mcp[mcp_servers.cogmem]
command = "uvx"
args = ["cogmem", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cogmem": {
"command": "uvx",
"args": [
"cogmem",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cogmem": {
"command": "uvx",
"args": [
"cogmem",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cogmem": {
"type": "stdio",
"command": "uvx",
"args": [
"cogmem",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cogmem": {
"command": "uvx",
"args": [
"cogmem",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cogmem": {
"command": "uvx",
"args": [
"cogmem",
"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.writerslogic%2Fcogmem)<a href="https://mcptoplist.com/server/io.github.writerslogic%2Fcogmem"><img src="https://mcptoplist.com/badge/io.github.writerslogic%2Fcogmem.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
writerslogic
Other servers by writerslogic
View all writerslogic servers →Available versions (1)
| Version | Published |
|---|---|
| 2.7.1 | Jul 13, 2026 |
Frequently asked questions
- Who maintains cogmem?
- cogmem is maintained by writerslogic, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is cogmem listed on the Official MCP Registry?
- Yes — cogmem is listed on the Official MCP Registry, alongside Glama.
- How many versions does cogmem have?
- MCP Toplist tracks 1 version of cogmem, most recently published on Jul 13, 2026.
- Where can I find the source code for cogmem?
- The source code for cogmem is hosted at github.com/writerslogic/cogmem.