CogMemory MCP Server
Rank #4,581io.github.skylarng89/cogmemory-mcp
CogMemory MCP Server — Unified context subsystems for AI coding agents
CogMemory MCP Server is a Model Context Protocol (MCP) server published by skylarng89. It ranks #4,581 of 132,046 servers tracked on MCP Toplist. CogMemory MCP Server is listed across 2 registries — Official MCP and Glama, with 15 tracked versions. It was first listed on Aug 22, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 127,465 of 132,046 servers on MCP Toplist.
Use CogMemory MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cogmemory-mcp -- npx -y cogmemory-mcp[mcp_servers.cogmemory-mcp]
command = "npx"
args = ["-y", "cogmemory-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cogmemory-mcp": {
"command": "npx",
"args": [
"-y",
"cogmemory-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cogmemory-mcp": {
"command": "npx",
"args": [
"-y",
"cogmemory-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cogmemory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cogmemory-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cogmemory-mcp": {
"command": "npx",
"args": [
"-y",
"cogmemory-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cogmemory-mcp": {
"command": "npx",
"args": [
"-y",
"cogmemory-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.skylarng89%2Fcogmemory-mcp)<a href="https://mcptoplist.com/server/io.github.skylarng89%2Fcogmemory-mcp"><img src="https://mcptoplist.com/badge/io.github.skylarng89%2Fcogmemory-mcp.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
skylarng89
Available versions (15)
| Version | Published |
|---|---|
| 1.13.0 | Sep 9, 2026 |
| 1.12.1 | Sep 9, 2026 |
| 1.12.0 | Sep 9, 2026 |
| 1.10.0 | Sep 9, 2026 |
| 1.9.0 | Sep 9, 2026 |
| 1.8.0 | Sep 8, 2026 |
| 1.7.1 | Aug 26, 2026 |
| 1.7.0 | Aug 26, 2026 |
| 1.6.4 | Aug 26, 2026 |
| 1.5.0 | Aug 26, 2026 |
| 1.3.0 | Aug 25, 2026 |
| 1.2.0 | Aug 25, 2026 |
| 1.1.0 | Aug 22, 2026 |
| 0.2.0 | Aug 22, 2026 |
| 0.1.1 | Aug 22, 2026 |
Frequently asked questions
- Who maintains CogMemory MCP Server?
- CogMemory MCP Server is maintained by skylarng89, which publishes 1 MCP server (15 total versions) tracked on MCP Toplist.
- Is CogMemory MCP Server listed on the Official MCP Registry?
- Yes — CogMemory MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does CogMemory MCP Server have?
- MCP Toplist tracks 15 versions of CogMemory MCP Server, most recently published on Sep 9, 2026.
- Where can I find the source code for CogMemory MCP Server?
- The source code for CogMemory MCP Server is hosted at github.com/skylarng89/cogmemory-mcp.
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.