Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Archivist AI
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:46:59 PM

Archivist AI

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Official remote MCP server for Archivist AI TTRPG campaign memory: characters, sessions, and more.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "archivist-ai": {
      "command": "npx",
      "args": [
        "-y",
        "archivist-ai"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

Archivist AI MCP Server

MIT License Treeware Larabelles

GitHub PHPunit Status GitHub PHPStan Status GitHub Pint Status GitHub PHPMND Status

Discord Smithery Glama mcp.so

The official Model Context Protocol (MCP) server for Archivist AI -- a TTRPG campaign memory platform for game masters and players.

Registry metadata lives in server.json. Publishing to the official MCP Registry is automated on version tags via .github/workflows/publish-mcp.yml (git tag v1.0.0 && git push origin v1.0.0).

Connect AI assistants like Claude, ChatGPT, Cursor, Notion, and Windsurf directly to your campaign data: characters, sessions, locations, factions, items, quests, journals, and more.

Quick Start

MCP Server URL: https://mcp.myarchivist.ai/mcp

Claude Desktop

Claude Desktop requires the mcp-remote proxy (Node.js must be installed).

Add to your claude_desktop_config.json (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):

config.json
{
  "mcpServers": {
    "archivist-ai": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.myarchivist.ai/mcp",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Replace YOUR_API_KEY with your Archivist AI API key from app.myarchivist.ai. Restart Claude Desktop after saving.

Cursor

Add to .cursor/mcp.json in your project:

config.json
{
  "mcpServers": {
    "archivist-ai": {
      "url": "https://mcp.myarchivist.ai/mcp"
    }
  }
}
Windsurf

Add to your MCP configuration:

config.json
{
  "mcpServers": {
    "archivist-ai": {
      "serverUrl": "https://mcp.myarchivist.ai/mcp"
    }
  }
}
ChatGPT

Archivist AI is available as a ChatGPT plugin. Search for "Archivist AI" in the ChatGPT plugin store.

Available Tools

Read tools are non-destructive and idempotent. Write tools follow standard REST semantics β€” deletes are destructive and idempotent; PATCH is non-idempotent; PUT is idempotent. Every read tool that returns text-carrying descriptions (Character, Faction, Location, Item, Moment, Beat, Session, Journal) accepts an optional with_links parameter β€” see Wikilinks below for why you almost always want to pass with_links: true before editing.

Campaign delete, session delete, product-view-only endpoints (beat reorder/batch-edit, campaign settings, cast/member management), multipart recording uploads, and AI image generation are intentionally not exposed.

OAuth scopes and write access

OAuth clients that connect via https://app.myarchivist.ai request scopes at authorization time. Every write tool (create/update/delete + image upload) additionally requires the agent_write scope on the caller's token.

The MCP mirrors the API's enforcement in tools/list: agent clients without agent_write see only the read tools, and receive a "tool not found" JSON-RPC error if they attempt to call a write tool anyway. API-key credentials and non-agent OAuth clients bypass this filter β€” the API is the authoritative gate for them and all tools remain visible.

Existing OAuth clients that connected before agent_write was advertised need to re-authorize to receive a token with the new scope.

Campaigns

ToolDescription
list_campaignsList your campaigns. Returns a paginated list.
get_campaignGet a specific campaign by ID.
get_campaign_statsGet statistics for a campaign: character count, session count, and more.
create_campaignCreate a new campaign. Subject to the account's subscription-tier campaign limit.
update_campaignPartially update campaign metadata (title, description, tones, public/mature flags).

Sessions

ToolDescription
list_sessionsList game sessions. Filter by session type or public-only.
get_sessionGet a session by ID. Optionally include related beats and moments.
get_session_cast_analysisGet cast analysis: talk-share breakdown and core session metrics.
get_session_transcriptGet the cleaned transcript for a game session, including utterances, full text, and aggregate stats.
get_session_handoutGet the generated session handout for a game session, including summary, outlines, spotlights, and notable moments.
patch_sessionPartial update (title, session_date, summary, image). Explicit-link contract for wikilinks.
update_sessionFull update (PUT). Explicit-link contract for wikilinks.

Story Structure

ToolDescription
list_beatsList beats ordered by index. Beats represent story moments (major, minor, step).
get_beatGet a specific beat by ID.
create_beatCreate a beat. Explicit-link contract for wikilinks.
update_beatPartially update a beat.
delete_beatDelete a beat (child beats have parent_id cleared).
list_momentsList moments in a campaign or session. Moments capture memorable quotes and events.
get_momentGet a specific moment by ID.
create_momentCreate a moment attached to a session. Explicit-link contract for wikilinks.
update_momentPartially update a moment.
delete_momentDelete a moment.

World Building

ToolDescription
list_charactersList characters in a campaign. Filter by name, type (PC/NPC), or approval status.
get_characterGet a character by ID including aliases, backstory, and speaker linkage.
create_characterCreate a character. Description/backstory wikilinks auto-resolve.
update_characterPartially update a character. Read with with_links: true before editing description/backstory.
delete_characterDelete a character. API unbrackets all inbound [[alias]] references automatically.
list_factionsList factions. Factions represent guilds, organisations, or other groups.
get_factionGet a specific faction by ID.
create_factionCreate a faction. Description wikilinks auto-resolve.
update_factionPartially update a faction. Read with with_links: true before editing.
delete_factionDelete a faction.
list_locationsList locations. Locations can be nested (cities, taverns, dungeons, etc.).
get_locationGet a specific location by ID.
create_locationCreate a location. Description wikilinks auto-resolve.
update_locationPartially update a location. Read with with_links: true before editing.
delete_locationDelete a location (child locations have parent_id cleared).
list_itemsList items. Items include weapons, armour, artefacts, and other notable objects.
get_itemGet a specific item by ID.
create_itemCreate an item. Description wikilinks auto-resolve.
update_itemPartially update an item. Read with with_links: true before editing.
delete_itemDelete an item.

Quests

ToolDescription
list_questsList quests with pagination. Filter by status or category.
get_questGet a fully expanded quest: objectives, progress log, related entities, session provenance.
create_questCreate a quest entry. Quests do not participate in the wikilinks system.
update_questPartially update a quest. Lists you send replace their corresponding lists on the record.
delete_questDelete a quest and its objectives / progress entries / related refs.

Journals

ToolDescription
list_journalsList journal entries. Content omitted from list; use get_journal for full content.
get_journalGet a journal entry by ID including full content and permission level.
create_journalCreate a journal entry. Returns {success, id}.
update_journalUpdate a journal entry (PUT). Returns {success, id}.
delete_journalDelete a journal entry (embeddings are best-effort deleted).
list_journal_foldersList journal folders ordered by path and position for tree rendering.
get_journal_folderGet a specific journal folder by ID.
create_journal_folderCreate a journal folder (owners/admins only; path must be unique per campaign).
update_journal_folderUpdate a journal folder (PUT).
delete_journal_folderDelete a folder; entries move to the campaign root.

Relationships

ToolDescription
list_linksList links between entities. Filter by source/target entity and relationship alias.
create_linkCreate a Link row between two entities (upserts if (from_type, from_id, alias) collides).
update_linkUpdate an existing link's alias.
delete_linkDelete a single Link row (does not rewrite the source's text).
bulk_link_maintenanceTrigger campaign-wide link maintenance (add/remove/update) via webhook β€” requires an active subscription tier.

Images

ToolDescription
get_image_usageReturn the calling account's image quota for a campaign: used/limit, tier, can_access, and cycle window.
init_image_uploadStep 1 of direct upload: reserve an object_key and receive a presigned S3 PUT URL. The client then PUTs the raw image bytes to upload_url with the same Content-Type. Expires after expires_in_seconds.
complete_image_uploadStep 2 of direct upload: validate the uploaded object, run NSFW moderation, and (when attach: true) set the entity's image field to the moderated URL.
delete_entity_imageRemove an image. Provide entity_type + entity_id (detaches AND deletes the object) or image_url (deletes just the object).

Wikilinks

Descriptions, summaries, moment content, and journal bodies in Archivist AI can contain [[Target Name|Optional Alias]] markup that resolves to real records. Every write tool that touches a text field carrying wikilinks has to follow a small protocol to avoid destroying existing links.

The one rule you must follow

Always read with with_links: true before writing. Every Get/List tool for Character, Faction, Location, Item, Moment, Beat, Session, and Journal accepts this parameter. The API defaults to stripping wikilinks so that read consumers get clean prose, which means a naive read/modify/write cycle will erase every [[…]] on the source record. Passing with_links: true returns the text with brackets intact so you can preserve them on write.

Per-record contract

Record typeContract
Character, Faction, Location, Item, Character.backstoryAuto-resolve. On write, the API extracts [[…]] from your new text, matches each against records in the same campaign, and syncs the Link table (inserts new, updates changed, deletes removed). New [[Alias]] markup for a matchable target creates a Link automatically.
GameSession, Beat, MomentExplicit-link only. The API strips [[Alias]] markup that does NOT already have a matching Link row for that source. To add a wikilink, first call create_link with the correct from_type/from_id, then include [[Alias]] in the text on your write.
JournalRendering-only. Stored [[…]] markup renders as links on read with with_links: true but writes do not auto-populate the Link table. Use create_link (from_type=Journal) if you want persistent link tracking.
QuestNo wikilinks. Quest text fields are stored verbatim. Relationships are modelled via the related_* list fields, not wikilinks.
Delete (any record)The API automatically unbrackets all [[alias]] references to a deleted record across every referring text field. No manual cleanup is required.

Renaming and repointing

  • Rename an alias: edit inside the brackets. [[Alice|Al]] β†’ [[Alice|Ali]].
  • Repoint at a different target: change the visible target name. [[Alice]] β†’ [[Alicia]].
  • Remove a link: unbracket the alias in the text (auto-resolve) or call delete_link (explicit).
  • Campaign-wide rename or repoint for a compendium target: use bulk_link_maintenance with operation: "update", new_alias, and/or new_target_id. The API rewrites every referring text field in a background webhook and returns a task_id.

Images

Entity images can be added to Characters, Factions, Locations, Items, Moments, Sessions, and the Campaign itself via direct upload. The MCP server does not expose an AI image generation tool β€” image generation remains a product feature in the Archivist AI app and a REST endpoint on the API.

Direct upload (two-step)

For images the user already has on disk or in memory, use the presigned-URL flow:

  1. Call init_image_upload with campaign_id, entity_type, entity_id, file_name, and content_type (must be image/*). You receive object_key, upload_url, public_url, and expires_in_seconds.
  2. Your client (or a human collaborator) issues an HTTP PUT to upload_url with the raw image bytes and the same Content-Type header before the URL expires. This step happens outside the MCP transport.
  3. Call complete_image_upload with object_key, entity_type, entity_id, and attach (defaults to true). The API validates the upload, runs NSFW moderation, and β€” when attach is true β€” sets the entity's image field to the moderated public_url.

Agents that cannot make arbitrary HTTP PUTs should hand the PUT step off to a human between step 1 and step 3.

Removal

delete_entity_image removes an image within a campaign in one of two modes:

  • By entity: pass entity_type + entity_id. The API detaches the image from the record AND deletes the underlying object.
  • By URL: pass a managed image_url (e.g. from a previous init_image_upload response). Deletes just the object.

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory17 views
    Compare vs Moxie Docs MCP β†’
  • C
    Collective Memory

    MCP server for persistent, semantic memory across AI sessions

    🧠 Knowledge & Memory0 views
    Compare vs Collective Memory β†’
  • Mcp Server logoMcp Server

    Apple Developer Documentation with Semantic Search, RAG, and AI reranking for MCP clients

    🧠 Knowledge & Memory0 views
    Compare vs Mcp Server β†’
  • Memora logoMemora

    Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management.

    🧠 Knowledge & Memory2 views
    Compare vs Memora β†’

Frequently Asked Questions about Archivist AI

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "archivist-ai": { "command": "npx", "args": ["-y", "Archivist AI"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewArchivist AI AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/archivist-ai?style=directory)](https://allmcps.com/mcp/archivist-ai)
HTML Embed
<a href="https://allmcps.com/mcp/archivist-ai"><img src="https://allmcps.com/api/badge/archivist-ai?style=directory" alt="Archivist AI on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Archivist AI β†’Install in Claude DesktopInstall in CursorInstall in VS Code