Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"second-brain": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-server/server.py"
],
"env": {
"SECOND_BRAIN_HOME": "${HOME}/.second-brain",
"CLAUDE_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
SECOND_BRAIN_HOME=${HOME}/.second-brainCLAUDE_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}npx claudepluginhub viditparashar96/second-brain-claude --plugin second-brain