Shodh Memory
Rank #26,262io.github.varun29ankuS/shodh-memory
Cognitive memory for AI agents — semantic search, Hebbian learning, knowledge graphs.
Shodh Memory is a Model Context Protocol (MCP) server published by varun29ankus. It ranks #26,262 of 115,591 servers tracked on MCP Toplist, and its repository has 275 GitHub stars. Shodh Memory is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Dec 3, 2025 and most recently updated on Apr 9, 2026.
Ranks ahead of 89,329 of 115,591 servers on MCP Toplist.
Use Shodh Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add shodh-memory -e "SHODH_API_URL=<your SHODH_API_URL>" -e "SHODH_API_KEY=<your SHODH_API_KEY>" -e "SHODH_USER_ID=<your SHODH_USER_ID>" -- npx -y @shodh/memory-mcpReplace each placeholder with your own value before saving.
[mcp_servers.shodh-memory]
command = "npx"
args = ["-y", "@shodh/memory-mcp"]
[mcp_servers.shodh-memory.env]
SHODH_API_URL = "<your SHODH_API_URL>"
SHODH_API_KEY = "<your SHODH_API_KEY>"
SHODH_USER_ID = "<your SHODH_USER_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shodh-memory": {
"command": "npx",
"args": [
"-y",
"@shodh/memory-mcp"
],
"env": {
"SHODH_API_URL": "<your SHODH_API_URL>",
"SHODH_API_KEY": "<your SHODH_API_KEY>",
"SHODH_USER_ID": "<your SHODH_USER_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shodh-memory": {
"command": "npx",
"args": [
"-y",
"@shodh/memory-mcp"
],
"env": {
"SHODH_API_URL": "<your SHODH_API_URL>",
"SHODH_API_KEY": "<your SHODH_API_KEY>",
"SHODH_USER_ID": "<your SHODH_USER_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"shodh-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@shodh/memory-mcp"
],
"env": {
"SHODH_API_URL": "<your SHODH_API_URL>",
"SHODH_API_KEY": "<your SHODH_API_KEY>",
"SHODH_USER_ID": "<your SHODH_USER_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shodh-memory": {
"command": "npx",
"args": [
"-y",
"@shodh/memory-mcp"
],
"env": {
"SHODH_API_URL": "<your SHODH_API_URL>",
"SHODH_API_KEY": "<your SHODH_API_KEY>",
"SHODH_USER_ID": "<your SHODH_USER_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shodh-memory": {
"command": "npx",
"args": [
"-y",
"@shodh/memory-mcp"
],
"env": {
"SHODH_API_URL": "<your SHODH_API_URL>",
"SHODH_API_KEY": "<your SHODH_API_KEY>",
"SHODH_USER_ID": "<your SHODH_USER_ID>"
}
}
}
}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.varun29ankuS%2Fshodh-memory)<a href="https://mcptoplist.com/server/io.github.varun29ankuS%2Fshodh-memory"><img src="https://mcptoplist.com/badge/io.github.varun29ankuS%2Fshodh-memory.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
varun29ankus
Other servers by varun29ankus
View all varun29ankus servers →Available versions (8)
| Version | Published |
|---|---|
| 0.2.0 | Apr 9, 2026 |
| 0.1.90 | Mar 15, 2026 |
| 0.1.80 | Feb 17, 2026 |
| 0.1.75 | Jan 25, 2026 |
| 0.1.74 | Jan 24, 2026 |
| 0.1.70 | Jan 23, 2026 |
| 0.1.4 | Dec 8, 2025 |
| 0.1.0 | Dec 6, 2025 |
Frequently asked questions
- Who maintains Shodh Memory?
- Shodh Memory is maintained by varun29ankus, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Shodh Memory listed on the Official MCP Registry?
- Yes — Shodh Memory is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Shodh Memory have?
- MCP Toplist tracks 8 versions of Shodh Memory, most recently published on Apr 9, 2026.
- Where can I find the source code for Shodh Memory?
- The source code for Shodh Memory is hosted at github.com/varun29ankus/shodh-memory/tree/HEAD/mcp-server.