Midas
Rank #8,855io.github.vornicx/midas
Local-first, source-traceable agent memory — no LLM at ingest, fully offline
Midas is a Model Context Protocol (MCP) server published by vornicx. It ranks #8,855 of 132,046 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. Midas is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 7, 2026 and most recently updated on Jun 7, 2026.
Ranks ahead of 123,191 of 132,046 servers on MCP Toplist.
Use Midas
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add midas -e "MIDAS_MCP_DB=<your MIDAS_MCP_DB>" -e "MIDAS_MCP_EMBEDDER=<your MIDAS_MCP_EMBEDDER>" -e "MIDAS_MCP_MAX_RECORDS=<your MIDAS_MCP_MAX_RECORDS>" -e "MIDAS_MCP_MIN_IMPORTANCE=<your MIDAS_MCP_MIN_IMPORTANCE>" -- uvx midas-memory-mcpReplace each placeholder with your own value before saving.
[mcp_servers.midas]
command = "uvx"
args = ["midas-memory-mcp"]
[mcp_servers.midas.env]
MIDAS_MCP_DB = "<your MIDAS_MCP_DB>"
MIDAS_MCP_EMBEDDER = "<your MIDAS_MCP_EMBEDDER>"
MIDAS_MCP_MAX_RECORDS = "<your MIDAS_MCP_MAX_RECORDS>"
MIDAS_MCP_MIN_IMPORTANCE = "<your MIDAS_MCP_MIN_IMPORTANCE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"midas": {
"command": "uvx",
"args": [
"midas-memory-mcp"
],
"env": {
"MIDAS_MCP_DB": "<your MIDAS_MCP_DB>",
"MIDAS_MCP_EMBEDDER": "<your MIDAS_MCP_EMBEDDER>",
"MIDAS_MCP_MAX_RECORDS": "<your MIDAS_MCP_MAX_RECORDS>",
"MIDAS_MCP_MIN_IMPORTANCE": "<your MIDAS_MCP_MIN_IMPORTANCE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"midas": {
"command": "uvx",
"args": [
"midas-memory-mcp"
],
"env": {
"MIDAS_MCP_DB": "<your MIDAS_MCP_DB>",
"MIDAS_MCP_EMBEDDER": "<your MIDAS_MCP_EMBEDDER>",
"MIDAS_MCP_MAX_RECORDS": "<your MIDAS_MCP_MAX_RECORDS>",
"MIDAS_MCP_MIN_IMPORTANCE": "<your MIDAS_MCP_MIN_IMPORTANCE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"midas": {
"type": "stdio",
"command": "uvx",
"args": [
"midas-memory-mcp"
],
"env": {
"MIDAS_MCP_DB": "<your MIDAS_MCP_DB>",
"MIDAS_MCP_EMBEDDER": "<your MIDAS_MCP_EMBEDDER>",
"MIDAS_MCP_MAX_RECORDS": "<your MIDAS_MCP_MAX_RECORDS>",
"MIDAS_MCP_MIN_IMPORTANCE": "<your MIDAS_MCP_MIN_IMPORTANCE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"midas": {
"command": "uvx",
"args": [
"midas-memory-mcp"
],
"env": {
"MIDAS_MCP_DB": "<your MIDAS_MCP_DB>",
"MIDAS_MCP_EMBEDDER": "<your MIDAS_MCP_EMBEDDER>",
"MIDAS_MCP_MAX_RECORDS": "<your MIDAS_MCP_MAX_RECORDS>",
"MIDAS_MCP_MIN_IMPORTANCE": "<your MIDAS_MCP_MIN_IMPORTANCE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"midas": {
"command": "uvx",
"args": [
"midas-memory-mcp"
],
"env": {
"MIDAS_MCP_DB": "<your MIDAS_MCP_DB>",
"MIDAS_MCP_EMBEDDER": "<your MIDAS_MCP_EMBEDDER>",
"MIDAS_MCP_MAX_RECORDS": "<your MIDAS_MCP_MAX_RECORDS>",
"MIDAS_MCP_MIN_IMPORTANCE": "<your MIDAS_MCP_MIN_IMPORTANCE>"
}
}
}
}Replace each placeholder with your own value before saving.
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.vornicx%2Fmidas)<a href="https://mcptoplist.com/server/io.github.vornicx%2Fmidas"><img src="https://mcptoplist.com/badge/io.github.vornicx%2Fmidas.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
vornicx
Available versions (1)
| Version | Published |
|---|---|
| 0.0.1 | Jun 7, 2026 |
Frequently asked questions
- Who maintains Midas?
- Midas is maintained by vornicx, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Midas listed on the Official MCP Registry?
- Yes — Midas is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Midas have?
- MCP Toplist tracks 1 version of Midas, most recently published on Jun 7, 2026.
- Where can I find the source code for Midas?
- The source code for Midas is hosted at github.com/vornicx/midas.
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.