JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 128
  • Score
    100M100P100Q71742F
  • License MIT

Plumb MCP stdio server — exposes memory tools to Claude and other MCP clients

Package Exports

  • @getplumb/mcp-server

Readme

@getplumb/mcp-server

Local MCP server that provides memory tools to Claude Desktop and other MCP clients.

Installation

npm install -g @getplumb/mcp-server

Quick 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 context
  • plumb_search_memory — retrieve relevant memories
  • plumb_list_memory — browse all memories

Documentation

Full docs at plumb.run

License

MIT