Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From open-second-brain
Runs locally to provide read/write access to a second brain knowledge base, enabling note creation and retrieval via the O2B CLI tools.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"open-second-brain-writer": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/o2b",
"args": [
"mcp",
"--scope",
"writer"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/scripts/o2bCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub itechmeat/open-second-brain --plugin open-second-brain