Back to Apps

Matryca Plumber
by marcoporcellato
Local-first AI daemon for Logseq that provides semantic indexing, link hygiene, and MCP-based agent memory.
0 stars
Works in:CursorWindsurf
Exposes:ToolsResourcesPrompts
What it does
Matryca Plumber connects AI agents to a local Logseq graph, allowing them to read and write notes safely on disk without requiring a cloud API. It transforms a Logseq vault into a durable agentic memory system with graph-based architecture.
Tools
store_fact: Appends durable preferences and facts to the graph.ingest_document: Parses external Markdown and stamps it into the vault.read_graph_file_text: Sandbox-validated reading of graph files.query_graph: Semantic search and retrieval across the vault.update_page: OCC-safe mutation of note content.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"matryca-plumber": {
"command": "uvx",
"args": ["matryca-plumber"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Windsurf
Quick install
uvx matryca-plumberInformation
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to MCP settings: command `uvx`, args `matryca-plumber`Claude Desktop
{"mcpServers": {"matryca-plumber": {"command": "uvx", "args": ["matryca-plumber"]}}}





