Cogmemai
Rank #6,131io.github.hifriendbot/cogmemai
The smart memory layer for everything Ai. 95.10% LongMemEval (highest published).
Cogmemai is a Model Context Protocol (MCP) server published by hifriendbot. It ranks #6,131 of 115,591 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Cogmemai is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 9 tracked versions. It was first listed on Feb 18, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 109,460 of 115,591 servers on MCP Toplist.
Use Cogmemai
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add cogmemai -e "COGMEMAI_API_KEY=<your COGMEMAI_API_KEY>" -- npx -y cogmemai-mcpReplace each placeholder with your own value before saving.
claude mcp add cogmemai -- npx -y cogmemai-mcp[mcp_servers.cogmemai]
command = "npx"
args = ["-y", "cogmemai-mcp"]
[mcp_servers.cogmemai.env]
COGMEMAI_API_KEY = "<your COGMEMAI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.cogmemai]
command = "npx"
args = ["-y", "cogmemai-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cogmemai": {
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
],
"env": {
"COGMEMAI_API_KEY": "<your COGMEMAI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cogmemai": {
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cogmemai": {
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
],
"env": {
"COGMEMAI_API_KEY": "<your COGMEMAI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cogmemai": {
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cogmemai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
],
"env": {
"COGMEMAI_API_KEY": "<your COGMEMAI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"cogmemai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cogmemai": {
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
],
"env": {
"COGMEMAI_API_KEY": "<your COGMEMAI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cogmemai": {
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cogmemai": {
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
],
"env": {
"COGMEMAI_API_KEY": "<your COGMEMAI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cogmemai": {
"command": "npx",
"args": [
"-y",
"cogmemai-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.hifriendbot%2Fcogmemai)<a href="https://mcptoplist.com/server/io.github.hifriendbot%2Fcogmemai"><img src="https://mcptoplist.com/badge/io.github.hifriendbot%2Fcogmemai.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
hifriendbot
Other servers by hifriendbot
View all hifriendbot servers →Available versions (9)
| Version | Published |
|---|---|
| 3.23.0 | Aug 31, 2026 |
| 3.17.0 | Apr 22, 2026 |
| 3.10.0 | Mar 31, 2026 |
| 3.9.0 | Mar 30, 2026 |
| 3.4.0 | Mar 11, 2026 |
| 2.2.2 | Feb 21, 2026 |
| 2.2.1 | Feb 20, 2026 |
| 1.0.4 | Feb 18, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cogmemai?
- Cogmemai is maintained by hifriendbot, which publishes 4 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Cogmemai listed on the Official MCP Registry?
- Yes — Cogmemai is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Cogmemai have?
- MCP Toplist tracks 9 versions of Cogmemai, most recently published on Aug 31, 2026.
- Where can I find the source code for Cogmemai?
- The source code for Cogmemai is hosted at github.com/hifriendbot/cogmemai-mcp.