Journalowl
БесплатноНе проверенMCP server for JournalOwl that enables AI-powered journaling integration, allowing users to create, search, and browse journal entries, access weekly reviews, a
Описание
MCP server for JournalOwl that enables AI-powered journaling integration, allowing users to create, search, and browse journal entries, access weekly reviews, and get personalized suggestions directly from their AI assistant.
README
MCP (Model Context Protocol) server for JournalOwl - AI-powered journaling integration for Claude Code, Cursor, and ChatGPT Agents.
Features
- Create journal entries directly from your AI assistant
- Search and browse your journal entries
- Access weekly reviews with emotional trends and insights
- Get personalized suggestions based on your writing style
- Secure API key authentication with scoped permissions
Installation
npx @mindfulabai/journalowl-mcp
Or install globally:
npm install -g @mindfulabai/journalowl-mcp
Configuration
1. Get your API Key
- Log in to JournalOwl
- Go to Settings > API Keys
- Create a new API key with the scopes you need:
journal:read- Read your journal entriesjournal:write- Create new entriesreview:read- Access weekly reviewsprofile:read- Access your profile and writing style
2. Configure Claude Code
Add to your ~/.claude.json:
{
"mcpServers": {
"journalowl": {
"command": "npx",
"args": ["@mindfulabai/journalowl-mcp"],
"env": {
"JOURNALOWL_API_KEY": "jowl_sk_your_api_key_here"
}
}
}
}
3. Configure Cursor
Add to your Cursor MCP settings:
{
"journalowl": {
"command": "npx",
"args": ["@mindfulabai/journalowl-mcp"],
"env": {
"JOURNALOWL_API_KEY": "jowl_sk_your_api_key_here"
}
}
}
Available Tools
| Tool | Description |
|---|---|
journal_create_entry |
Create a new journal entry |
journal_list_entries |
List entries with filters |
journal_get_entry |
Get entry details and analysis |
journal_search |
Search entries by text |
journal_get_weekly_review |
Get weekly review and insights |
journal_get_writing_style |
Get writing style preferences |
Available Resources
| URI | Description |
|---|---|
journalowl://user/profile |
User profile and journaling stats |
journalowl://user/recent-entries |
Recent entries metadata |
Example Usage
Once configured, you can use JournalOwl directly in your AI conversations:
"Create a journal entry about my productive day at work"
"Show me my journal entries from last week"
"What insights does my weekly review show?"
"Search my journal for entries about anxiety"
Development
# Clone the repository
git clone https://github.com/mindfulabai/journalowl-mcp.git
cd journalowl-mcp
# Install dependencies
npm install
# Build
npm run build
# Run in development mode
npm run dev
# Test with MCP Inspector
npm run inspector
Security
- API keys are transmitted securely via HTTPS
- Keys are hashed in our database (we never store the plain key)
- You can revoke keys at any time from JournalOwl settings
- Scopes limit what each key can access
Support
License
MIT
Установка Journalowl
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/mindfullabai/journalowl-mcpFAQ
Journalowl MCP бесплатный?
Да, Journalowl MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Journalowl?
Нет, Journalowl работает без API-ключей и переменных окружения.
Journalowl — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Journalowl в Claude Desktop, Claude Code или Cursor?
Открой Journalowl на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Journalowl with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
