moldavite-mcplisted
Install: claude install-skill mauropereiira/moldavite-skills
# Moldavite MCP
Use Moldavite's MCP server instead of direct filesystem writes whenever its tools are connected. Client-visible tool names may include a server prefix; match the operation suffix such as `read_note` or `search_notes`.
## Connection
Moldavite's app binary also runs a headless stdio MCP server:
```sh
"/Applications/Moldavite.app/Contents/MacOS/moldavite" --mcp
```
Pin one connection to a Forge:
```sh
"/Applications/Moldavite.app/Contents/MacOS/moldavite" --mcp --forge "Work"
```
Without `--forge`, each request uses Moldavite's current active Forge. With `--forge`, all requests stay pinned to that Forge.
## Read Workflow
1. Use `search_notes` for a concept or `list_notes` for known folders.
2. Treat search results as candidates, not complete note content.
3. Use `read_note` before quoting, summarizing, or modifying a note.
4. Use `get_backlinks` when relationships or incoming context matter.
5. Report locked placeholders without trying to bypass them.
`search_notes` returns its mode. Semantic mode is used only when local semantic search is enabled and ready; otherwise Moldavite falls back to keyword search. Never claim semantic matching when the response says `keyword`.
## Create Workflow
1. Search or list first to avoid duplicate notes.
2. Choose a valid Forge-relative `.md` path.
3. Build complete Moldavite-compatible Markdown.
4. Call `create_note` once. It refuses existing and locked paths.
5. If creation fails because the path exists, read the ex