A lightweight MCP server that provides Claude with a private journaling capability to process feelings and thoughts
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"private-journal-mcp": {
"command": "npx",
"args": [
"-y",
"obra/private-journal-mcp"
]
}
}
}
Run in terminal:
claude mcp add private-journal-mcp npx -y obra/private-journal-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"private-journal-mcp": {
"command": "npx",
"args": [
"-y",
"obra/private-journal-mcp"
]
}
}
}