
Achriom
- 1 repo stars
- Updated June 28, 2026
- achriom/achriom-mcp
Achriom is a MCP server that acts as a media memory layer for agents and users across books, movies, music, shows, and anime.
About
Achriom is an MCP server positioned as a media memory layer for AI agents and the humans they help. developers creating companions, newsletter agents, community bots, or taste-aware SaaS can register the remote so Claude Code or Cursor recalls what someone loved in film, literature, music, serialized shows, or anime instead of resetting every thread. The canonical Skillselion placement is Build under agent-tooling because you integrate the endpoint while defining agent behavior, but the same memory supports Grow content personalization and audience empathy when you research taste clusters. Setup uses a streamable-http URL with an api_key variable documented in the MCP schema, sourced from Achriom app settings. It is persistence and taste graph infrastructure, not a generic notes app—expect to design privacy, consent, and sync with your own user accounts before production. Version 1.0.0 with a public GitHub mirror makes it approachable for indies who audit third-party memory stores.
- Unified media memory across books, movies, music, TV shows, and anime
- Streamable-http remote at mcp.achriom.com with API key query variable
- Open-source server repo achriom/achriom-mcp for self-host or inspection
- Designed for both end users and the agents that assist them
- Key issued from app.achriom.com/settings → Connect to AI Tools
Achriom by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http achriom https://mcp.achriom.com/mcp?api_key={api_key}Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Transport | HTTP |
| Auth | None |
| Last updated | June 28, 2026 |
| Repository | achriom/achriom-mcp ↗ |
What it does
Give your agent durable memory of books, movies, music, shows, and anime so recommendations and personalization feel human across sessions.
Who is it for?
Best when you're shipping taste-aware agents, social apps, or membership experiences and want MCP-backed media recall without building a catalog from scratch.
Skip if: Products that only need generic document RAG, non-media knowledge bases, or strict on-device-only memory with no third-party sync.
What you get
After connecting Achriom with your API key, your agent can read and update structured media memory for richer recommendations and continuity.
- Agent-accessible media memory across five media types
- Configured remote MCP endpoint for team agents
- Optional alignment with open-source achriom-mcp server code
By the numbers
- 5 media categories: books, movies, music, shows, anime
- MCP server version 1.0.0
- GitHub source: achriom/achriom-mcp
README.md
Achriom MCP Server
The media memory layer for AI agents and their humans. Your AI client gets 29 tools to search your collection, add items, update ratings, preview music, and find patterns across everything you've read, watched, and listened to.
Access your Achriom library from Claude, ChatGPT, or any MCP-compatible client.
29 tools · 10 prompts · 5 media types · Free for all accounts
What You Get
Everything the in-app librarian uses:
- Search — By title, creator, genre, theme, or mood
- Item details — Full metadata with AI analysis and your notes
- Collection stats — Patterns across ratings, genres, themes
- Read and write — Update ratings, status, notes from any client
- Apple Music previews — 30-second samples for albums
- YouTube search — Trailers, interviews, video essays
- Book search — Semantic search inside uploaded EPUBs
Plus 10 librarian prompts that shape how AI engages with your collection.
Connect
Claude & Claude Desktop
Requires a paid Claude plan (Pro, Max, Team, or Enterprise).
- Go to Settings → Connectors
- Click Add custom connector
- Enter the name Achriom and your MCP URL from Achriom settings
- Follow the auth prompts to connect
ChatGPT
Requires Developer Mode (Plus or Pro).
- Settings → Apps → Enable Developer mode
- Settings → Connectors → Create
- Name: Achriom
- URL:
mcp.achriom.com/mcp - Auth: OAuth → sign in with your Achriom account
Other MCP Clients
For Cursor, Windsurf, and any HTTP MCP client, use your personal API key:
https://mcp.achriom.com/mcp?api_key=YOUR_KEY
Get your API key from account settings.
In-App vs External
The in-app librarian knows things external clients don't — your conversation history, current research focus, how to present results visually. It's built for the experience.
External clients get the raw tools. Capable, but less context. Use the app when you want the full experience. Use MCP when you want your data somewhere else.
Requirements
Free Achriom account required. MCP access is included on all plans.
Technical Reference
For developers and agents: docs/ contains detailed tool and prompt specifications.
Find Us
Links
Recommended MCP Servers
How it compares
Specialized media-memory MCP, not a general vector database or note-taking skill.
FAQ
Who is Achriom for?
Developers and agent authors who want shared memory of books, movies, music, shows, and anime for themselves and their users’ assistants.
When should I use Achriom?
Use it while building agent tooling, and again when you personalize content or research audience taste—any time media context should persist across chats.
How do I add Achriom to my agent?
Register remote https://mcp.achriom.com/mcp?api_key={api_key}, set api_key from app.achriom.com/settings under Connect to AI Tools, in your MCP client.