Yantrikdb MCP
Rank #2,143io.github.yantrikos/yantrikdb-mcp
Cognitive memory for AI agents — semantic recall, knowledge graph, and contradiction detection
Yantrikdb MCP is a Model Context Protocol (MCP) server published by yantrikos. It ranks #2,143 of 115,460 servers tracked on MCP Toplist, and its repository has 24 GitHub stars. Yantrikdb MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 6 tracked versions. It was first listed on Mar 20, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 113,317 of 115,460 servers on MCP Toplist.
Use Yantrikdb MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add yantrikdb-mcp -e "YANTRIKDB_DB_PATH=<your YANTRIKDB_DB_PATH>" -e "YANTRIKDB_TOOL_PROFILE=<your YANTRIKDB_TOOL_PROFILE>" -- uvx yantrikdb-mcpReplace each placeholder with your own value before saving.
[mcp_servers.yantrikdb-mcp]
command = "uvx"
args = ["yantrikdb-mcp"]
[mcp_servers.yantrikdb-mcp.env]
YANTRIKDB_DB_PATH = "<your YANTRIKDB_DB_PATH>"
YANTRIKDB_TOOL_PROFILE = "<your YANTRIKDB_TOOL_PROFILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yantrikdb-mcp": {
"command": "uvx",
"args": [
"yantrikdb-mcp"
],
"env": {
"YANTRIKDB_DB_PATH": "<your YANTRIKDB_DB_PATH>",
"YANTRIKDB_TOOL_PROFILE": "<your YANTRIKDB_TOOL_PROFILE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yantrikdb-mcp": {
"command": "uvx",
"args": [
"yantrikdb-mcp"
],
"env": {
"YANTRIKDB_DB_PATH": "<your YANTRIKDB_DB_PATH>",
"YANTRIKDB_TOOL_PROFILE": "<your YANTRIKDB_TOOL_PROFILE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"yantrikdb-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"yantrikdb-mcp"
],
"env": {
"YANTRIKDB_DB_PATH": "<your YANTRIKDB_DB_PATH>",
"YANTRIKDB_TOOL_PROFILE": "<your YANTRIKDB_TOOL_PROFILE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yantrikdb-mcp": {
"command": "uvx",
"args": [
"yantrikdb-mcp"
],
"env": {
"YANTRIKDB_DB_PATH": "<your YANTRIKDB_DB_PATH>",
"YANTRIKDB_TOOL_PROFILE": "<your YANTRIKDB_TOOL_PROFILE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yantrikdb-mcp": {
"command": "uvx",
"args": [
"yantrikdb-mcp"
],
"env": {
"YANTRIKDB_DB_PATH": "<your YANTRIKDB_DB_PATH>",
"YANTRIKDB_TOOL_PROFILE": "<your YANTRIKDB_TOOL_PROFILE>"
}
}
}
}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.yantrikos%2Fyantrikdb-mcp)<a href="https://mcptoplist.com/server/io.github.yantrikos%2Fyantrikdb-mcp"><img src="https://mcptoplist.com/badge/io.github.yantrikos%2Fyantrikdb-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
yantrikos
Other servers by yantrikos
View all yantrikos servers →Available versions (6)
| Version | Published |
|---|---|
| 0.19.3 | Aug 25, 2026 |
| 0.19.2 | Aug 18, 2026 |
| 0.15.0 | Aug 13, 2026 |
| 0.14.0 | Aug 9, 2026 |
| 0.4.7 | Mar 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Yantrikdb MCP?
- Yantrikdb MCP is maintained by yantrikos, which publishes 2 MCP servers (31 total versions) tracked on MCP Toplist.
- Is Yantrikdb MCP listed on the Official MCP Registry?
- Yes — Yantrikdb MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Yantrikdb MCP have?
- MCP Toplist tracks 6 versions of Yantrikdb MCP, most recently published on Aug 25, 2026.
- Where can I find the source code for Yantrikdb MCP?
- The source code for Yantrikdb MCP is hosted at github.com/yantrikos/yantrikdb-mcp.