Odel
kObsidian

kObsidian

Local
@bezata8TypeScriptApache-2.0Updated 5 days ago

Filesystem-first MCP for Obsidian — an LLM-maintained wiki inspired by Karpathy's LLM Wiki.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkobsidian-mcpv0.2.1

Run

npx -y kobsidian-mcp

MCP client config

{
  "mcpServers": {
    "kobsidian": {
      "command": "npx",
      "args": [
        "-y",
        "kobsidian-mcp"
      ]
    }
  }
}