Neurostack
Rank #1,465io.github.raphasouthall/neurostack
MCP server providing neurostack capabilities
Neurostack is a Model Context Protocol (MCP) server published by raphasouthall. It ranks #1,465 of 132,046 servers tracked on MCP Toplist, and its repository has 47 GitHub stars. Neurostack is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 13, 2026 and most recently updated on Mar 31, 2026.
Ranks ahead of 130,581 of 132,046 servers on MCP Toplist.
Use Neurostack
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http neurostack https://mcp.neurostack.sh/mcpclaude mcp add neurostack -e "NEUROSTACK_VAULT_ROOT=<your NEUROSTACK_VAULT_ROOT>" -- npx -y neurostackReplace each placeholder with your own value before saving.
[mcp_servers.neurostack]
url = "https://mcp.neurostack.sh/mcp"Add to ~/.codex/config.toml.
[mcp_servers.neurostack]
command = "npx"
args = ["-y", "neurostack"]
[mcp_servers.neurostack.env]
NEUROSTACK_VAULT_ROOT = "<your NEUROSTACK_VAULT_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.neurostack.sh/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"neurostack": {
"command": "npx",
"args": [
"-y",
"neurostack"
],
"env": {
"NEUROSTACK_VAULT_ROOT": "<your NEUROSTACK_VAULT_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"neurostack": {
"url": "https://mcp.neurostack.sh/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"neurostack": {
"command": "npx",
"args": [
"-y",
"neurostack"
],
"env": {
"NEUROSTACK_VAULT_ROOT": "<your NEUROSTACK_VAULT_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"neurostack": {
"type": "http",
"url": "https://mcp.neurostack.sh/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"neurostack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"neurostack"
],
"env": {
"NEUROSTACK_VAULT_ROOT": "<your NEUROSTACK_VAULT_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"neurostack": {
"serverUrl": "https://mcp.neurostack.sh/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"neurostack": {
"command": "npx",
"args": [
"-y",
"neurostack"
],
"env": {
"NEUROSTACK_VAULT_ROOT": "<your NEUROSTACK_VAULT_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"neurostack": {
"url": "https://mcp.neurostack.sh/mcp"
}
}
}{
"mcpServers": {
"neurostack": {
"command": "npx",
"args": [
"-y",
"neurostack"
],
"env": {
"NEUROSTACK_VAULT_ROOT": "<your NEUROSTACK_VAULT_ROOT>"
}
}
}
}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.raphasouthall%2Fneurostack)<a href="https://mcptoplist.com/server/io.github.raphasouthall%2Fneurostack"><img src="https://mcptoplist.com/badge/io.github.raphasouthall%2Fneurostack.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
raphasouthall
Available versions (3)
| Version | Published |
|---|---|
| 0.12.0 | Mar 31, 2026 |
| 0.9.3 | Mar 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Neurostack?
- Neurostack is maintained by raphasouthall, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Neurostack listed on the Official MCP Registry?
- Yes — Neurostack is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Neurostack have?
- MCP Toplist tracks 3 versions of Neurostack, most recently published on Mar 31, 2026.
- Where can I find the source code for Neurostack?
- The source code for Neurostack is hosted at github.com/raphasouthall/neurostack.
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.