Mindwtr
Rank #28,442io.github.dongdongbh/mindwtr
Task and project automation for local and self-hosted Mindwtr Cloud data; read-only by default.
Mindwtr is a Model Context Protocol (MCP) server published by dongdongbh. It ranks #28,442 of 132,608 servers tracked on MCP Toplist, and its repository has 2,066 GitHub stars. Mindwtr is listed across 3 registries — Official MCP, PulseMCP and Community, with 12 tracked versions. It was first listed on Jun 14, 2026 and most recently updated on Sep 17, 2026.
Ranks ahead of 104,166 of 132,608 servers on MCP Toplist.
Use Mindwtr
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mindwtr -e "MINDWTR_DB_PATH=<your MINDWTR_DB_PATH>" -e "MINDWTR_MCP_CLOUD_URL=<your MINDWTR_MCP_CLOUD_URL>" -e "MINDWTR_MCP_CLOUD_TOKEN=<your MINDWTR_MCP_CLOUD_TOKEN>" -- npx -y mindwtr-mcpReplace each placeholder with your own value before saving.
[mcp_servers.mindwtr]
command = "npx"
args = ["-y", "mindwtr-mcp"]
[mcp_servers.mindwtr.env]
MINDWTR_DB_PATH = "<your MINDWTR_DB_PATH>"
MINDWTR_MCP_CLOUD_URL = "<your MINDWTR_MCP_CLOUD_URL>"
MINDWTR_MCP_CLOUD_TOKEN = "<your MINDWTR_MCP_CLOUD_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mindwtr": {
"command": "npx",
"args": [
"-y",
"mindwtr-mcp"
],
"env": {
"MINDWTR_DB_PATH": "<your MINDWTR_DB_PATH>",
"MINDWTR_MCP_CLOUD_URL": "<your MINDWTR_MCP_CLOUD_URL>",
"MINDWTR_MCP_CLOUD_TOKEN": "<your MINDWTR_MCP_CLOUD_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mindwtr": {
"command": "npx",
"args": [
"-y",
"mindwtr-mcp"
],
"env": {
"MINDWTR_DB_PATH": "<your MINDWTR_DB_PATH>",
"MINDWTR_MCP_CLOUD_URL": "<your MINDWTR_MCP_CLOUD_URL>",
"MINDWTR_MCP_CLOUD_TOKEN": "<your MINDWTR_MCP_CLOUD_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mindwtr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mindwtr-mcp"
],
"env": {
"MINDWTR_DB_PATH": "<your MINDWTR_DB_PATH>",
"MINDWTR_MCP_CLOUD_URL": "<your MINDWTR_MCP_CLOUD_URL>",
"MINDWTR_MCP_CLOUD_TOKEN": "<your MINDWTR_MCP_CLOUD_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mindwtr": {
"command": "npx",
"args": [
"-y",
"mindwtr-mcp"
],
"env": {
"MINDWTR_DB_PATH": "<your MINDWTR_DB_PATH>",
"MINDWTR_MCP_CLOUD_URL": "<your MINDWTR_MCP_CLOUD_URL>",
"MINDWTR_MCP_CLOUD_TOKEN": "<your MINDWTR_MCP_CLOUD_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mindwtr": {
"command": "npx",
"args": [
"-y",
"mindwtr-mcp"
],
"env": {
"MINDWTR_DB_PATH": "<your MINDWTR_DB_PATH>",
"MINDWTR_MCP_CLOUD_URL": "<your MINDWTR_MCP_CLOUD_URL>",
"MINDWTR_MCP_CLOUD_TOKEN": "<your MINDWTR_MCP_CLOUD_TOKEN>"
}
}
}
}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.dongdongbh%2Fmindwtr)<a href="https://mcptoplist.com/server/io.github.dongdongbh%2Fmindwtr"><img src="https://mcptoplist.com/badge/io.github.dongdongbh%2Fmindwtr.svg" alt="MCP Toplist: Top 25% of 132,608" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dongdongbh
Available versions (12)
| Version | Published |
|---|---|
| 1.1.9 | Sep 17, 2026 |
| 1.1.8 | Sep 14, 2026 |
| 1.1.7 | Sep 3, 2026 |
| 1.1.6 | Sep 1, 2026 |
| 1.1.5 | Aug 31, 2026 |
| 1.1.4 | Aug 14, 2026 |
| 1.1.3 | Jul 31, 2026 |
| 1.1.2 | Jul 28, 2026 |
| 1.1.1 | Jul 13, 2026 |
| 1.0.5 | Jun 28, 2026 |
| 1.0.0 | Jun 15, 2026 |
| 0.9.10 | Jun 14, 2026 |
Frequently asked questions
- Who maintains Mindwtr?
- Mindwtr is maintained by dongdongbh, which publishes 1 MCP server (12 total versions) tracked on MCP Toplist.
- Is Mindwtr listed on the Official MCP Registry?
- Yes — Mindwtr is listed on the Official MCP Registry, alongside PulseMCP and Community.
- How many versions does Mindwtr have?
- MCP Toplist tracks 12 versions of Mindwtr, most recently published on Sep 17, 2026.
- Where can I find the source code for Mindwtr?
- The source code for Mindwtr is hosted at github.com/dongdongbh/mindwtr/tree/HEAD/apps/mcp-server.
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.