journalowl-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@journalowl-mcpCreate a journal entry about my productive day"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@mindfulabai/journalowl-mcp
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
Related MCP server: ai-journal
Installation
npx @mindfulabai/journalowl-mcpOr install globally:
npm install -g @mindfulabai/journalowl-mcpConfiguration
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 |
| Create a new journal entry |
| List entries with filters |
| Get entry details and analysis |
| Search entries by text |
| Get weekly review and insights |
| Get writing style preferences |
Available Resources
URI | Description |
| User profile and journaling stats |
| 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 inspectorSecurity
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that integrates with Claude Desktop for managing personal journal entries, providing both a web viewer for browsing journals and tools for adding, searching, and analyzing journal content.Last updated6432MIT
- Alicense-qualityBmaintenanceA local MCP server for journaling, organizing, and recalling your work. It captures entries as plain markdown files, indexes them for full-text and structured search, and enables querying via natural language.Last updated1MIT
- Alicense-qualityDmaintenanceThis MCP server integrates with Journey Log to automatically document development journeys, enabling AI assistants to create, update, and retrieve documents, capture conversations, and manage code snippets.Last updated16MIT
- FlicenseAqualityBmaintenanceMCP server for managing Foundry VTT journal content (entries, categories, pages) and listing actors, enabling AI-assisted world-building via natural language commands.Last updated11
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
An MCP server that integrates with Discord to provide AI-powered features.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mindfullabai/journalowl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server