mcp-obsidian-server

SimonCastelli/mcp-obsidian-server
★ 0 stars TypeScript AI/LLM Updated 2d ago
Servidor MCP que da a Claude Code memoria persistente vía un vault de Obsidian (bitácora de proyectos y troubleshooting de sistema).
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": {
    "mcp-obsidian-server": {
      "command": "npx",
      "args": [
        "-y",
        "SimonCastelli/mcp-obsidian-server"
      ]
    }
  }
}