A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault
If you already use Solomd, the solomd mcp server is the piece that lets your assistant work with it directly. A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Your notes live in a folder. SoloMD is the editor on top — with a first-class agent surface inside the editor, and the MCP endpoint Claude Code / Cursor can drive from outside. Same .md files. Chat with your vault. Schedule recipes that run when you're not at the keyboard. Hand the same vault to any MCP client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Type — driven sidebar** — give a note type: Project and its members become a first-class collapsible section with custom icon/colour/columnsSmithery — smithery.yaml + Dockerfile at marketplace/smithery/ (submission pending)Feature — The Feature tool exposed by this serverClient — Config snippetCursor — marketplace/client-docs/cursor.mdContinue.dev — marketplace/client-docs/continue.mdZed — marketplace/client-docs/zed.mdStack — Tauri 2 (Rust + WebView)Platforms — macOS · Win · Linux · iPad/iOS/AndroidInstaller — ~32 MB (mac) / ~10 MB (win)Multi-workspace — ✅ v4.0 MCP federationiPad — App Store — same engine, native iPad UIBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Solomd's toolset — Type, Smithery, Feature and 9 more — is a fair guide to whether it matches your workflow. It is maintained by zhitongblog; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Solomd's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Type | driven sidebar** — give a note type: Project and its members become a first-class collapsible section with custom icon/colour/columns (types-as-lenses). |
| Smithery | smithery.yaml + Dockerfile at [marketplace/smithery/](marketplace/smithery/) (submission pending). |
| Feature | The Feature tool exposed by this server. |
| Client | Config snippet |
| Cursor | [marketplace/client-docs/cursor.md](marketplace/client-docs/cursor.md) |
| Continue.dev | [marketplace/client-docs/continue.md](marketplace/client-docs/continue.md) |
| Zed | [marketplace/client-docs/zed.md](marketplace/client-docs/zed.md) |
| Stack | Tauri 2 (Rust + WebView) |
| Platforms | macOS · Win · Linux · **iPad/iOS/Android** |
| Installer | ~32 MB (mac) / ~10 MB (win) |
| Multi-workspace | **✅ v4.0 MCP federation** |
| iPad | [App Store](https://apps.apple.com/app/solomd/id6762498874) — same engine, native iPad UI. |
```json
{
"mcpServers": {
"solomd": {
"command": "/Applications/SoloMD.app/Contents/Resources/solomd-mcp",
"args": ["--workspace", "/Users/me/Documents/SoloMD"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.