obsidian_mcp_rest_server

CyberdyneCorp/obsidian_mcp_rest_server
★ 0 stars Python Security Updated 7d ago
Manage a Obsidian Vault online, and also gives MCP and Rest Interface
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "obsidian_mcp_rest_se": {
      "command": "uvx",
      "args": [
        "obsidian-mcp-rest-server"
      ]
    }
  }
}

Or install with pip: pip install obsidian-mcp-rest-server