obsidian-iris-mcp

Mocchibird/obsidian-iris-mcp
★ 0 stars Python 🧠 Memory/Knowledge Updated 4d ago
Iris — an MCP server that turns an Obsidian vault into long-term memory for Claude and other MCP clients
View on GitHub →

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-iris-mcp": {
      "command": "uvx",
      "args": [
        "obsidian-iris-mcp"
      ]
    }
  }
}

Or install with pip: pip install obsidian-iris-mcp

README Excerpt

> Turn your Obsidian vault into long-term memory for Claude (or any MCP client). **About the name.** Iris is both: - An acronym — **I**ntelligent **R**ecall & **I**ndexing **S**ystem. - A reference to Greek mythology — Iris (Ἶρις) is the messenger goddess and the personification of the rainbow, the bridge that lets gods and humans speak to each other. This project plays the same role: the bridge between you and your vault, carrying messages, looking things up, and tying the world above (Claude,

Tools (8)

IRIS_CONFIGIRIS_EMBED_API_KEYIRIS_EMBED_MODELIRIS_EMBED_URLIRIS_LLM_API_KEYIRIS_LLM_MODELIRIS_LLM_URLIRIS_VAULT_ROOT