RemembrallMCP
Rank #5,073io.github.cdnsteve/remembrallmcp
Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.
RemembrallMCP is a Model Context Protocol (MCP) server published by roboticforce. It ranks #5,073 of 132,113 servers tracked on MCP Toplist, and its repository has 35 GitHub stars. RemembrallMCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 2, 2026 and most recently updated on Apr 10, 2026.
Ranks ahead of 127,040 of 132,113 servers on MCP Toplist.
Use RemembrallMCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add remembrallmcp -e "DATABASE_URL=<your DATABASE_URL>" -- npx -y remembrallmcpReplace each placeholder with your own value before saving.
[mcp_servers.remembrallmcp]
command = "npx"
args = ["-y", "remembrallmcp"]
[mcp_servers.remembrallmcp.env]
DATABASE_URL = "<your DATABASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"remembrallmcp": {
"command": "npx",
"args": [
"-y",
"remembrallmcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"remembrallmcp": {
"command": "npx",
"args": [
"-y",
"remembrallmcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"remembrallmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"remembrallmcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"remembrallmcp": {
"command": "npx",
"args": [
"-y",
"remembrallmcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"remembrallmcp": {
"command": "npx",
"args": [
"-y",
"remembrallmcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}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.cdnsteve%2Fremembrallmcp)<a href="https://mcptoplist.com/server/io.github.cdnsteve%2Fremembrallmcp"><img src="https://mcptoplist.com/badge/io.github.cdnsteve%2Fremembrallmcp.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
roboticforce
Other servers by roboticforce
View all roboticforce servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Apr 10, 2026 |
Frequently asked questions
- Who maintains RemembrallMCP?
- RemembrallMCP is maintained by roboticforce, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is RemembrallMCP listed on the Official MCP Registry?
- Yes — RemembrallMCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does RemembrallMCP have?
- MCP Toplist tracks 1 version of RemembrallMCP, most recently published on Apr 10, 2026.
- Where can I find the source code for RemembrallMCP?
- The source code for RemembrallMCP is hosted at github.com/roboticforce/remembrallmcp.
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.