Self-hosted, agent-native web app and MCP server for your Obsidian-style Markdown vault. Browse, search, and edit notes from a fast UI or from AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"hatchdoor": {
"command": "cargo",
"args": [
"run",
"--",
"Hatchdoor"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add hatchdoor cargo run -- Hatchdoor
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"hatchdoor": {
"command": "cargo",
"args": [
"run",
"--",
"Hatchdoor"
]
}
}
}
📋 Copy