Private Journal MCP Server
@obra
关于 Private Journal MCP Server
A lightweight MCP server that provides Claude with a private journaling capability to process feelings and thoughts
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"private-journal-mcp": {
"command": "npx",
"args": [
"github:obra/private-journal-mcp",
"--journal-path",
"/path/to/journals"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Private Journal MCP Server?
The Private Journal MCP Server is a Model Context Protocol server that provides Claude with private journaling and semantic search capabilities for processing thoughts, reflections, and insights. It uses local AI embeddings for search and stores entries in structured markdown files with YAML frontmatter.
How to use Private Journal MCP Server?
Run the server directly from GitHub using npx with no installation required. Add it to your MCP settings (e.g., Claude Desktop configuration) by specifying "command": "npx" and "args": ["github:obra/private-journal-mcp"]. Optionally set the PRIVATE_JOURNAL_PATH environment variable or the --journal-path CLI argument to override the storage location.
Key features of Private Journal MCP Server
- Multi-section journaling with six optional categories (reflections, observations, project_notes, user_context, technical_insights, world_knowledge)
- Semantic search using local AI embeddings (no external API calls)
- Automatic indexing of all entries on startup and ongoing
- Completely private; all processing stays on your machine
- Dual storage: project notes stay with the project, personal thoughts in user home directory
- Timestamped entries with YAML frontmatter and microsecond precision
Use cases of Private Journal MCP Server
- Capture technical insights, failed approaches, and architectural decisions during development
- Maintain a personal reflection journal with structured categories
- Search across past journal entries using natural language queries
- Build persistent memory for Claude across conversations
- Document user context and collaboration patterns
FAQ from Private Journal MCP Server
How does the server ensure privacy?
All processing happens locally using @xenova/transformers; no data leaves your machine and no external API calls are required.
Where are journal entries stored?
Project notes are stored in a .private-journal/ directory within the project. Personal thoughts go into ~/.private-journal/ in the user's home directory. Each entry is a markdown file with a corresponding .embedding file for search indexing.
How can I change the storage location?
Set the PRIVATE_JOURNAL_PATH environment variable to override all journal storage to a single directory, or use the --journal-path CLI argument to override only the project journal path.
What tools does the server provide?
The server provides four MCP tools: process_thoughts for multi-section journaling, search_journal for semantic search, read_journal_entry to read full entries, and `list_recent_
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Servers
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ICSS
chokcoco不止于 CSS
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论