Odel
enquire mcp

enquire mcp

Local
@oomkapwn32TypeScriptMITUpdated 1w ago

Long-term memory for AI agents — your Obsidian vault as searchable persistent memory.

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).

npm@oomkapwn/enquire-mcpv3.11.6

Run

npx -y @oomkapwn/enquire-mcp

MCP client config

{
  "mcpServers": {
    "enquire-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oomkapwn/enquire-mcp"
      ]
    }
  }
}