HyperMarrow for VS Code
cool.qianshi/hypermarrow
Local-first long-term memory for AI coding agents. Stored on your own machine.
client:VS Code
transport:stdio
runtime:npm
Install HyperMarrow in VS Code
.vscode/mcp.json
{
"servers": {
"hypermarrow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@qianshitech/hypermarrow-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs