MIND
Rank #22,865io.github.theastraway/mind
Personal knowledge graph AI memory. 15 tools, 89 actions. Emotional intelligence, CRM, social.
MIND is a Model Context Protocol (MCP) server published by theastraway. It ranks #22,865 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MIND is listed on Official MCP, with 2 tracked versions. It was first listed on Apr 8, 2026 and most recently updated on Apr 9, 2026.
Ranks ahead of 92,726 of 115,591 servers on MCP Toplist.
Use MIND
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mind -- npx -y @astramindapp/mcp-server[mcp_servers.mind]
command = "npx"
args = ["-y", "@astramindapp/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mind": {
"command": "npx",
"args": [
"-y",
"@astramindapp/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mind": {
"command": "npx",
"args": [
"-y",
"@astramindapp/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@astramindapp/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mind": {
"command": "npx",
"args": [
"-y",
"@astramindapp/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mind": {
"command": "npx",
"args": [
"-y",
"@astramindapp/mcp-server"
]
}
}
}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.theastraway%2Fmind)<a href="https://mcptoplist.com/server/io.github.theastraway%2Fmind"><img src="https://mcptoplist.com/badge/io.github.theastraway%2Fmind.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
theastraway
Other servers by theastraway
View all theastraway servers →Available versions (2)
| Version | Published |
|---|---|
| 0.5.4 | Apr 9, 2026 |
| 0.5.3 | Apr 8, 2026 |
Frequently asked questions
- Who maintains MIND?
- MIND is maintained by theastraway, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is MIND listed on the Official MCP Registry?
- Yes — MIND is listed on the Official MCP Registry.
- How many versions does MIND have?
- MCP Toplist tracks 2 versions of MIND, most recently published on Apr 9, 2026.
- Where can I find the source code for MIND?
- The source code for MIND is hosted at github.com/theastraway/mind-mcp-server.