MindBase
Rank #2,901io.github.frankchu91/mindbase
LLM-maintained personal wiki: cross-references sources, flags contradictions. Local markdown.
MindBase is a Model Context Protocol (MCP) server published by frankchu91. It ranks #2,901 of 132,046 servers tracked on MCP Toplist, and its repository has 117 GitHub stars. MindBase is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 20, 2026 and most recently updated on Jul 25, 2026.
Ranks ahead of 129,145 of 132,046 servers on MCP Toplist.
Use MindBase
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mindbase -e "MINDBASE_DATA_DIR=<your MINDBASE_DATA_DIR>" -- npx -y mindbase-mcpReplace each placeholder with your own value before saving.
[mcp_servers.mindbase]
command = "npx"
args = ["-y", "mindbase-mcp"]
[mcp_servers.mindbase.env]
MINDBASE_DATA_DIR = "<your MINDBASE_DATA_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mindbase": {
"command": "npx",
"args": [
"-y",
"mindbase-mcp"
],
"env": {
"MINDBASE_DATA_DIR": "<your MINDBASE_DATA_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mindbase": {
"command": "npx",
"args": [
"-y",
"mindbase-mcp"
],
"env": {
"MINDBASE_DATA_DIR": "<your MINDBASE_DATA_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mindbase": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mindbase-mcp"
],
"env": {
"MINDBASE_DATA_DIR": "<your MINDBASE_DATA_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mindbase": {
"command": "npx",
"args": [
"-y",
"mindbase-mcp"
],
"env": {
"MINDBASE_DATA_DIR": "<your MINDBASE_DATA_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mindbase": {
"command": "npx",
"args": [
"-y",
"mindbase-mcp"
],
"env": {
"MINDBASE_DATA_DIR": "<your MINDBASE_DATA_DIR>"
}
}
}
}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.frankchu91%2Fmindbase)<a href="https://mcptoplist.com/server/io.github.frankchu91%2Fmindbase"><img src="https://mcptoplist.com/badge/io.github.frankchu91%2Fmindbase.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
frankchu91
Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Jul 25, 2026 |
| 0.1.2 | Jul 21, 2026 |
Frequently asked questions
- Who maintains MindBase?
- MindBase is maintained by frankchu91, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is MindBase listed on the Official MCP Registry?
- Yes — MindBase is listed on the Official MCP Registry, alongside Glama.
- How many versions does MindBase have?
- MCP Toplist tracks 2 versions of MindBase, most recently published on Jul 25, 2026.
- Where can I find the source code for MindBase?
- The source code for MindBase is hosted at github.com/frankchu91/mindbase-llm-wiki.
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.