MCP Server
MCP
io.github.oomkapwn/enquire-mcp
Long-term memory for AI agents — your Obsidian vault as searchable persistent memory.
Install
npx -y @oomkapwn/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@oomkapwn/enquire-mcp",
"version": "3.11.6",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Subcommand: serve (stdio MCP), serve-http (remote MCP), setup (download model + build indexes), doctor (health check) — run with no subcommand for the full list.",
"isRequired": true,
"format": "string",
"value": "serve",
"type": "positional",
"valueHint": "subcommand"
},
{
"description": "Path to your Obsidian vault root directory",
"isRequired": true,
"format": "string",
"type": "named",
"name": "--vault"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment