MCP.so
Sign In
Servers

Obsidian MCP Module

@cconstable

mcp server for obsidian notes

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "filesystem": {
      "command": "/path/to/deno",
      "args": [
        "run",
        "--allow-read",
        "/path/to/main.ts",
        "--vaultPath=/path/to/vault"
      ]
    }
  }
}

More from Memory & Knowledge