Remote MCP server that exposes an Obsidian vault over HTTPS via the Model Context Protocol. 23 tools across vault CRUD, full-text search (SQLite FTS5), structured memory (About Me/ files), link graph (backlinks, outgoing links, orphan detection), and daily-note resolution. Runs locally via Docker or remotely with Obsidian Sync + OAuth 2.1 on a VPS.
Server Config
{
"mcpServers": {
"vault-cortex": {
"url": "http://localhost:8000/mcp",
"headers": {
"Authorization": "Bearer <YOUR_MCP_AUTH_TOKEN>"
}
}
}
}