MCP server for membank. Exposes memory tools to LLMs via the [Model Context Protocol](https://modelcontextprotocol.io).
{
"mcpServers": {
"membankmcp": {
"command": "npx",
"args": [
"-y",
"@membank/mcp"
]
}
}
}