Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.

README.md

<p align="center"> <img src="docs/icon.png" alt="Hjarni" width="80" /> </p>

<h1 align="center">Hjarni</h1>

<p align="center"> <strong>Give your AI long-term memory.</strong><br> Note-taking app with a built-in MCP server. </p>

<p align="center"> <a href="https://hjarni.com">Website</a> &middot; <a href="https://hjarni.com/docs">Docs</a> &middot; <a href="https://hjarni.com/blog">Blog</a> </p>

---

What it does

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.

<p align="center"> <img src="docs/claude-memory-demo.gif" alt="Claude searching and creating notes in Hjarni" width="600" /> </p>

Connect

Hjarni is a hosted remote MCP server with OAuth authentication. No API keys, no Docker, no local setup. Setup takes under 2 minutes.

Claude.ai / Claude iOS

  1. Open Settings > Integrations
  2. Tap Add custom connector
  3. Set the name to hjarni and the URL to https://hjarni.com/mcp
  4. Tap Add and log in to Hjarni when redirected

<img src="docs/claude-add-connector.png" alt="Claude Add Connector dialog" width="360" />

Requires Claude Pro or Team plan for MCP integrations.

Claude Desktop / Claude Code

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.

ChatGPT

  1. Go to chatgpt.com > Settings > Connectors
  2. Enable Developer mode
  3. Tap Create app
  4. Set the name to hjarni and the MCP Server URL to https://hjarni.com/mcp
  5. Set authentication to OAuth
  6. Tap Create and log in to Hjarni when redirected

<img src="docs/chatgpt-new-app.png" alt="ChatGPT Create App form" width="360" />

Requires ChatGPT Plus, Pro, or Team plan.

Other MCP clients

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.

Available tools

| 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 |

Built-in prompts

The server also exposes MCP prompts for clients that support prompt discovery:

| Prompt | Description | |--------|-------------| | summarize_note | Summarize a note and suggest tags and related links | | weekly_review | Review recent activity and suggest organization improvements | | research_topic | Synthesize everything in the knowledge base related to a topic |

Usage examples

Research assistant

"What decisions have I made about the tech stack?"

Claude searches your notes, follows wiki-links between related notes, and synthesizes a summary from multiple sources.

Quick capture

"Save this as a note in my Projects folder and tag it"

Claude finds the right container, creates the note with Markdown formatting, adds tags, and links it to related notes.

Weekly review

"Help me triage my inbox"

Claude lists unfiled notes, suggests where each belongs based on your folder structure, and moves them with your approval.

Writing with context

"Draft a project update using my recent meeting notes"

Claude pulls relevant notes and uses them as source material.

Features

  • Markdown notes with full formatting support
  • Wiki-links ([[id:Note Title]]) for cross-referencing
  • Folders with custom AI instructions per folder
  • Full-text search across all content
  • Bidirectional linking between notes
  • Tags for cross-cutting categorization
  • File attachments (Pro plan and above)
  • Team collaboration with shared knowledge bases
  • REST API for custom integrations
  • Export your data as Markdown at any time

MCP server details

| | | |---|---| | Endpoint | https://hjarni.com/mcp | | Transport | Streamable HTTP with JSON-RPC 2.0 | | Protocol versions | 2025-03-26 and 2024-11-05 | | Authentication | OAuth 2.0 (PKCE) or Bearer token | | Capabilities | Tools and prompts |

For the full protocol reference, see the MCP server docs.

Pricing

| Plan | Price | What you get | |------|-------|--------------| | Free | $0 | 25 notes, containers, tags, search, full MCP & API access | | Pro | $10/mo | Unlimited notes, file attachments, share with 2 collaborators | | Teams | $13/seat/mo | Shared knowledge base, team MCP & API, member management |

Also available in EUR and GBP. See pricing.

Links

Support

Email evert@hjarni.com.

---

![MCP Badge](https://lobehub.com/mcp/hjarni-hjarni-mcp) ![hjarni/hjarni-mcp MCP server](https://glama.ai/mcp/connectors/com.hjarni/hjarni)

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.