← Discover MCPs and Agents
c
MCPAI & MLMCP Registry

com.hjarni/hjarni

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

Links

README

From the repo.

Hjarni

Hjarni

Give your AI long-term memory.
Note-taking app with a built-in MCP server.

Website · Docs · Blog


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.

Claude searching and creating notes in Hjarni

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 Desktop / Claude mobile

Hjarni is in the Claude Connectors Directory: open the listing, click Connect, and sign in.

Or add it by URL:

  1. Open Customize > Connectors
  2. Click + then Add custom connector
  3. Enter the URL https://hjarni.com/mcp
  4. Click Add and log in to Hjarni when redirected
Claude Add Connector dialog

Connectors are available on all Claude plans (Free is limited to one). On Team and Enterprise, a workspace owner adds the connector first.

Claude Code

claude mcp add --transport http hjarni https://hjarni.com/mcp

Add --scope user to make it available in every project. Then run /mcp inside Claude Code to complete the OAuth sign-in.

ChatGPT

Hjarni is in the ChatGPT Apps Directory: open the app page, click Connect, and sign in.

Or add it by URL via developer mode:

  1. Go to Settings > Apps > Advanced settings and enable Developer mode
  2. Click Create app
  3. Set the MCP Server URL to https://hjarni.com/mcp and authentication to OAuth
  4. Click Create and log in to Hjarni when redirected
ChatGPT Create App form

Requires a paid ChatGPT plan (Plus, Pro, Business, Enterprise, or Education).

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.

Setup guides: Cursor · Copilot · Copilot Studio · Perplexity · Raycast

Available tools

ToolDescription
meThe connected user's profile, plan, teams, note quota, and onboarding state
dashboard-getOverview of the account: counts, recent notes, and recent changes across all spaces
searchFull-text search across notes, containers, and tags
notes-listList notes with filtering by container, tags, and sorting
notes-getRead a single note: full body, tags, links, backlinks, files, and inherited AI instructions
notes-createCreate a new note with title, body, summary, tags, and container placement
notes-updateUpdate content, move notes, change tags, archive or favorite
notes-deleteMove a note to Trash (recoverable for 30 days)
notes-restoreRestore a note from Trash
notes-historyRead a note's revision history: who wrote each version, when, and what changed
notes-revertRevert a note's body to an earlier revision (appends a new revision, so it can be undone)
containers-listList folders for organizing notes
containers-getGet a single container with its description and AI instructions
containers-createCreate new folders
containers-updateUpdate a container (rename, move, change description, archive)
containers-permissionsSet or clear a team member's role on a team container
containers-deleteMove a folder, its sub-folders, and their notes to Trash (recoverable for 30 days)
containers-restoreRestore a deleted folder and everything deleted with it
tags-listList all tags
tags-createCreate new tags
tags-manageRename, merge, or delete a tag
links-manageCreate or remove bidirectional links between notes
instructions-getRead AI instructions at brain, personal root, container, or team level
instructions-updateUpdate AI instructions at any level (replace or append)
files-attachAttach a file to a note (base64)
files-attach_from_urlFetch a file from a URL and attach it to a note
files-create_upload_urlGenerate a one-time upload link so the user uploads straight from the browser
files-check_uploadCheck the status of an upload link
files-get_download_urlGet a temporary download URL for a file
files-removeRemove a file attachment
email-addresses-listList email capture addresses (Pro)
email-addresses-createCreate an email capture address: mail sent to it becomes a note (Pro)
teams-listList all teams the user is a member of
teams-getGet team details including recent notes
teams-createCreate a new team
teams-inviteInvite a teammate by email or get a shareable join link
feedback-submitSend feedback about Hjarni to the maintainers
nudges-dismissDismiss a product suggestion the user declined

Built-in prompts

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

PromptDescription
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

MCP Apps

On hosts that support MCP Apps (the io.modelcontextprotocol/ui extension, e.g. Claude and ChatGPT), files-create_upload_url renders an inline drop-zone so files upload straight into a note from the chat. Other clients get the plain upload link.

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
  • AI instructions at brain, folder, and team level
  • Note history with per-revision attribution (you or which AI client) and revert
  • Trash with 30-day restore for notes and folders
  • File attachments on every plan (unlimited on Pro and Teams)
  • Email capture: give a folder its own email address (Pro)
  • Public sharing: publish a folder as a read-only page (Pro)
  • Team collaboration with shared knowledge bases and per-folder roles
  • iPhone, iPad, Mac & Android apps
  • REST API for custom integrations
  • Export your data as Markdown at any time

MCP server details

Endpointhttps://hjarni.com/mcp
TransportStreamable HTTP with JSON-RPC 2.0
Protocol versions2025-11-25, 2025-06-18, 2025-03-26, and 2024-11-05
AuthenticationOAuth 2.0 (PKCE) or Bearer token
CapabilitiesTools, prompts, and UI resources (MCP Apps)

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

Pricing

PlanPriceWhat you get
Free$025 notes, containers, tags, search, full MCP & API access, 20 MB across 5 file attachments
Pro$12/mo or $120/yrUnlimited notes and file attachments, email capture, public sharing, share with 2 collaborators
Teams$20/seat/mo or $200/seat/yrShared knowledge base, team MCP & API, member management, per-folder roles

Also available in EUR and GBP. See pricing.

Links

Support

Email evert@hjarni.com.


MCP Badge hjarni MCP connector – tool definition quality and endpoint health on Glama

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://hjarni.com/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.