npx claudepluginhub nathanvale/side-quest-marketplace-old --plugin para-obsidianAdd to your .mcp.json:
{
"mcpServers": {
"para-obsidian": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/mcp/index.ts"
],
"env": {
"PARA_VAULT": "${PARA_VAULT}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
bun${CLAUDE_PLUGIN_ROOT}PARA_VAULT=${PARA_VAULT}