Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From obsidian
Executes locally via stdio transport using the 'qmd mcp' command. Offers unspecified tools, data sources, or prompt templates through the qmd application. No environment variables or API keys indicated.
npx claudepluginhub breferrari/obsidian-mind --plugin obsidianCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"qmd": {
"command": "node",
"args": [
".claude/scripts/qmd-mcp.mjs"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.