Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub nathanvale/side-quest-marketplace-old --plugin para-obsidianCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"para-obsidian": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/mcp/index.ts"
],
"env": {
"PARA_VAULT": "${PARA_VAULT}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bun${CLAUDE_PLUGIN_ROOT}Command-line arguments passed to the server process
Environment variables set when the server starts
PARA_VAULT=${PARA_VAULT}Share bugs, ideas, or general feedback.