What is the io.github.hifriendbot/cogmemai MCP server?
95.10% LongMemEval (highest published). Encrypted persistent memory for Ai coding assistants.
How to install io.github.hifriendbot/cogmemai
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
COGMEMAI_API_KEYrequiredsecretYour CogmemAi API key from hifriendbot.com/developer/
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"cogmemai": {
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
],
"env": {
"COGMEMAI_API_KEY": "<YOUR_COGMEMAI_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"cogmemai": {
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
],
"env": {
"COGMEMAI_API_KEY": "<YOUR_COGMEMAI_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cogmemai": {
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
],
"env": {
"COGMEMAI_API_KEY": "<YOUR_COGMEMAI_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"cogmemai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cogmemai-mcp"
],
"env": {
"COGMEMAI_API_KEY": "<YOUR_COGMEMAI_API_KEY>"
}
}
}
}Claude Code
claude mcp add cogmemai --env COGMEMAI_API_KEY=<YOUR_COGMEMAI_API_KEY> -- npx -y cogmemai-mcpRelated MCP servers
Wallet infrastructure for Ai agents. EVM + Solana. x402 payments. No KYC.
View repository →MCP server for AiList — search and discover Ai projects from Claude Code
View repository →