Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.raphasouthall/neurostack · v0.12.0
Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories.
NeuroStack 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"neurostack": {
"command": "npx",
"args": [
"-y",
"neurostack"
]
}
}
}NEUROSTACK_VAULT_ROOT可选Path to your Markdown vault (e.g. ~/brain, ~/notes)
{
"id": "io.github.raphasouthall/neurostack",
"type": "mcp-server",
"version": "0.12.0",
"displayName": "NeuroStack",
"description": "Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories.",
"repository": {
"url": "https://github.com/raphasouthall/neurostack",
"source": "github"
},
"homepage": "https://neurostack.sh",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "neurostack",
"version": "0.12.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "NEUROSTACK_VAULT_ROOT",
"description": "Path to your Markdown vault (e.g. ~/brain, ~/notes)"
}
]
}
],
"remotes": [
{
"transport": "streamable-http",
"url": "https://mcp.neurostack.sh/mcp"
}
]
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.raphasouthall/neurostack",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.raphasouthall%2Fneurostack/versions/latest",
"isOfficial": true,
"status": "active"
}
}