Mengram
Rank #1,784io.github.alibaizhanov/mengram
Long-term memory for AI agents: semantic facts, episodic events, and procedural workflows
Mengram is a Model Context Protocol (MCP) server published by alibaizhanov. It ranks #1,784 of 115,460 servers tracked on MCP Toplist, and its repository has 190 GitHub stars. Mengram is listed across 3 registries — Official MCP, Glama and mcp.so, with 1 tracked version. It was first listed on Feb 25, 2026 and most recently updated on Jul 20, 2026.
Ranks ahead of 113,676 of 115,460 servers on MCP Toplist.
Use Mengram
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http mengram https://mengram.io/mcp[mcp_servers.mengram]
url = "https://mengram.io/mcp"Add to ~/.codex/config.toml.
https://mengram.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mengram": {
"url": "https://mengram.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mengram": {
"type": "http",
"url": "https://mengram.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mengram": {
"serverUrl": "https://mengram.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mengram": {
"url": "https://mengram.io/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.alibaizhanov%2Fmengram)<a href="https://mcptoplist.com/server/io.github.alibaizhanov%2Fmengram"><img src="https://mcptoplist.com/badge/io.github.alibaizhanov%2Fmengram.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
alibaizhanov
Other servers by alibaizhanov
View all alibaizhanov servers →Available versions (1)
| Version | Published |
|---|---|
| 2.25.4 | Jul 20, 2026 |
Frequently asked questions
- Who maintains Mengram?
- Mengram is maintained by alibaizhanov, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Mengram listed on the Official MCP Registry?
- Yes — Mengram is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Mengram have?
- MCP Toplist tracks 1 version of Mengram, most recently published on Jul 20, 2026.
- Where can I find the source code for Mengram?
- The source code for Mengram is hosted at github.com/alibaizhanov/mengram.