@getplumb/mcp-server
v0.3.0
Published
Plumb MCP stdio server — exposes memory tools to Claude and other MCP clients
Maintainers
Readme
@getplumb/mcp-server
Local MCP server that provides memory tools to Claude Desktop and other MCP clients.
Installation
npm install -g @getplumb/mcp-serverQuick Start
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"plumb": {
"command": "plumb-mcp"
}
}
}Restart Claude Desktop. You'll now have access to memory tools:
plumb_add_memory— store thoughts, facts, and contextplumb_search_memory— retrieve relevant memoriesplumb_list_memory— browse all memories
Documentation
Full docs at plumb.run
License
MIT
