Stats
Actions
Tags
From vibeguard
Runs a local Node.js process that implements a memory tool for persistent storage and retrieval of context across Claude Code sessions.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"vibeguard": {
"command": "node",
"args": [
"dist/mcp/server.js"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub dadwadw233/vibeguard