Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"hjarni": {
"url": "https://hjarni.com/mcp",
"type": "streamable-http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Hjarni is an AI-native note-taking app. Write notes in Markdown, organize them in folders with custom AI instructions per folder, and let Claude or ChatGPT search, read, create, and organize your notes via MCP.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
summarize_noteSummarize a note and suggest tags and related links
weekly_reviewReview recent activity and suggest organization improvements
research_topicSynthesize everything in the knowledge base related to a topic
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
MCP Security Weekly
Get CVE alerts and security updates for Hjarni MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Give your AI long-term memory.
Note-taking app with a built-in MCP server.
Hjarni is an AI-native note-taking app. Write notes in Markdown, organize them in folders with custom AI instructions per folder, and let Claude or ChatGPT search, read, create, and organize your notes via MCP.
Your notes serve two readers: you and your AI. Hjarni stores the knowledge. ChatGPT and Claude are the interfaces.
Hjarni is a hosted remote MCP server with OAuth authentication. No API keys, no Docker, no local setup. Setup takes under 2 minutes.
hjarni and the URL to https://hjarni.com/mcp
Requires Claude Pro or Team plan for MCP integrations.
Add to your MCP config (claude_desktop_config.json or .claude.json):
{
"mcpServers": {
"hjarni": {
"url": "https://hjarni.com/mcp",
"type": "streamable-http"
}
}
}
Works on any Claude plan. Authenticates via OAuth on first connection.
hjarni and the MCP Server URL to https://hjarni.com/mcp
Requires ChatGPT Plus, Pro, or Team plan.
Any client that supports streamable HTTP transport can connect. The endpoint is https://hjarni.com/mcp. Authentication uses OAuth 2.0 with PKCE. Discovery metadata is at /.well-known/oauth-authorization-server.
| Tool | Description |
|---|---|
search | Full-text search across notes, containers, and tags |
notes-create | Create a new note with title, body, tags, and container placement |
notes-get | Read a single note including full content, tags, and linked notes |
notes-list | List notes with filtering by container, tags, and sorting |
notes-update | Update content, move notes, change tags, archive/unarchive |
notes-delete | Permanently delete a note |
containers-list | List folders for organizing notes |
containers-create | Create new folders |
containers-get | Get a single container with its AI instructions |
containers-update | Update a container (rename, move, change description) |
tags-list | List all tags |
tags-create | Create new tags |
links-manage | Create or remove bidirectional links between notes |
instructions-get | Read AI instructions set on a folder |
instructions-update | Update folder-level AI instructions |
files-attach | Attach a file to a note |
files-attach_from_url | Fetch a file from a URL and attach it to a note |
files-get_download_url | Get a temporary download URL for a file |
files-remove | Remove a file attachment |
dashboard-get | Overview of the account: note count, containers, tags, inbox |
teams-list | List all teams the user is a member of |
teams-get | Get team details including recent notes |
The server also exposes MCP prompts for clients that support prompt discovery:
| Prompt | Description