Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"belief-store": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_DATA}/belief-store/dist/server.js"
],
"env": {
"BELIEF_DB_PATH": "${CLAUDE_PLUGIN_DATA}/beliefs.db"
}
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
BELIEF_DB_PATH=${CLAUDE_PLUGIN_DATA}/beliefs.dbnpx claudepluginhub jason-hchsieh/predictive-mind --plugin predictive-mind