Local-first Markdown knowledge engine with a Swift CLI and MCP server, Notion/Obsidian import, encrypted exports, and verified fleet updates.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"retex": {
"command": "npx",
"args": [
"-y",
"michael-berardi/retex"
]
}
}
}
Run in terminal:
claude mcp add retex npx -y michael-berardi/retex
Add to .cursor/mcp.json:
{
"mcpServers": {
"retex": {
"command": "npx",
"args": [
"-y",
"michael-berardi/retex"
]
}
}
}