Mindpm
Rank #10,462io.github.umitkavala/mindpm
MCP server providing mindpm capabilities
Mindpm is a Model Context Protocol (MCP) server published by umitkavala. It ranks #10,462 of 132,046 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Mindpm is listed across 4 registries — Official MCP, mcp.so, PulseMCP and Glama, with 17 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Mar 18, 2026.
Ranks ahead of 121,584 of 132,046 servers on MCP Toplist.
Use Mindpm
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mindpm -e "MINDPM_DB_PATH=<your MINDPM_DB_PATH>" -e "MINDPM_PORT=<your MINDPM_PORT>" -- npx -y mindpmReplace each placeholder with your own value before saving.
[mcp_servers.mindpm]
command = "npx"
args = ["-y", "mindpm"]
[mcp_servers.mindpm.env]
MINDPM_DB_PATH = "<your MINDPM_DB_PATH>"
MINDPM_PORT = "<your MINDPM_PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mindpm": {
"command": "npx",
"args": [
"-y",
"mindpm"
],
"env": {
"MINDPM_DB_PATH": "<your MINDPM_DB_PATH>",
"MINDPM_PORT": "<your MINDPM_PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mindpm": {
"command": "npx",
"args": [
"-y",
"mindpm"
],
"env": {
"MINDPM_DB_PATH": "<your MINDPM_DB_PATH>",
"MINDPM_PORT": "<your MINDPM_PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mindpm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mindpm"
],
"env": {
"MINDPM_DB_PATH": "<your MINDPM_DB_PATH>",
"MINDPM_PORT": "<your MINDPM_PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mindpm": {
"command": "npx",
"args": [
"-y",
"mindpm"
],
"env": {
"MINDPM_DB_PATH": "<your MINDPM_DB_PATH>",
"MINDPM_PORT": "<your MINDPM_PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mindpm": {
"command": "npx",
"args": [
"-y",
"mindpm"
],
"env": {
"MINDPM_DB_PATH": "<your MINDPM_DB_PATH>",
"MINDPM_PORT": "<your MINDPM_PORT>"
}
}
}
}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.umitkavala%2Fmindpm)<a href="https://mcptoplist.com/server/io.github.umitkavala%2Fmindpm"><img src="https://mcptoplist.com/badge/io.github.umitkavala%2Fmindpm.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
umitkavala
Available versions (17)
| Version | Published |
|---|---|
| 1.2.41 | Mar 18, 2026 |
| 1.2.39 | Mar 16, 2026 |
| 1.2.38 | Mar 15, 2026 |
| 1.2.37 | Mar 15, 2026 |
| 1.2.36 | Mar 15, 2026 |
| 1.2.35 | Mar 14, 2026 |
| 1.2.34 | Mar 10, 2026 |
| 1.2.33 | Mar 9, 2026 |
| 1.2.32 | Mar 4, 2026 |
| 1.2.31 | Mar 1, 2026 |
| 1.2.30 | Feb 27, 2026 |
| 1.2.28 | Feb 27, 2026 |
| 1.2.27 | Feb 24, 2026 |
| 1.2.26 | Feb 23, 2026 |
| 1.2.25 | Feb 23, 2026 |
| 1.2.24 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mindpm?
- Mindpm is maintained by umitkavala, which publishes 1 MCP server (17 total versions) tracked on MCP Toplist.
- Is Mindpm listed on the Official MCP Registry?
- Yes — Mindpm is listed on the Official MCP Registry, alongside mcp.so, PulseMCP and Glama.
- How many versions does Mindpm have?
- MCP Toplist tracks 17 versions of Mindpm, most recently published on Mar 18, 2026.
- Where can I find the source code for Mindpm?
- The source code for Mindpm is hosted at github.com/umitkavala/mindpm.
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.