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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. ChatCrystal
ChatCrystal logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:16:09 AM

ChatCrystal

User RatingsBe the first to rate and review this MCP server!
View Repository58 GitHub StarsTotal stargazers on GitHub for the source repository (58 stars).Visit Website
mcpknowledge-managementsemantic-searchdeveloper-tools

Local-first MCP memory for importing, searching, and reusing AI coding conversations.

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
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "zengliangyi-chatcrystal": {
      "command": "npx",
      "args": [
        "-y",
        "chatcrystal"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

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

Overview

ZengLiangYi/ChatCrystal MCP server turns local AI coding conversations into searchable notes and reusable agent memory. It imports history from Claude Code, Cursor, Codex CLI, Trae, and GitHub Copilot, then uses configured LLM and embedding providers for summaries and semantic search. The local-first design suits developers who want coding knowledge stored on their own machine, with CLI, web, desktop, and MCP access. Reach for it when agents need to recall prior debugging decisions, conclusions, snippets, or tagged experience.

Use cases

•Import coding conversations from supported AI development tools
•Search previous debugging discussions with semantic queries
•Recall reusable coding experience through MCP
•Export structured notes as Markdown
•Browse relationships between tagged knowledge points

Key features

•Imports Claude Code, Cursor, Codex CLI, Trae, and GitHub Copilot chats
•Distills conversations into tagged structured notes
•Provides embedding-based semantic search
•Builds a tag knowledge graph
•Exposes CLI and MCP access
•Exports notes to Markdown

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by ChatCrystal.

Extracted Tool Capabilities
Imports Claude Code, Cursor, Codex CLI, Trae, and GitHub Copilot chats
Distills conversations into tagged structured notes
Provides embedding-based semantic search
Builds a tag knowledge graph
Exposes CLI and MCP access
Exports notes to Markdown

How ChatCrystal works

What ZengLiangYi/ChatCrystal MCP server does

ZengLiangYi/ChatCrystal MCP server organizes coding conversations from supported local tools into a personal knowledge base. Import sources include Claude Code, Cursor, Codex CLI, Trae, and GitHub Copilot. Imported conversations can be distilled into notes containing titles, summaries, conclusions, code snippets, and tags.

The resulting knowledge base supports semantic search, tag-based browsing, and a tag knowledge graph. Search uses embeddings and can expand results through relationships between related knowledge points. Markdown export is also available for taking notes outside the application.

The MCP interface lets agents recall stored experience and write reusable experience back to the knowledge base. The project also provides a desktop application, a CLI, and a web interface, so MCP is one access method within a broader local workflow.

How it works

ChatCrystal scans local tool data directories during import, rather than requiring conversations to be manually copied into the application. Summarization requires an LLM provider, while semantic search requires a separate embedding provider. These providers are configured independently; a language model is not treated as an embedding model.

The application runs locally by default and stores its working data locally. Its CLI can start the service, import conversations, search notes, list or inspect notes, run batch summarization, view configuration, and start the MCP server. The MCP entry point runs over standard input and output with crystal mcp.

ZengLiangYi/ChatCrystal MCP server can also be deployed with Docker for access from multiple devices. In that mode, the service uses a persistent chatcrystal-data volume and can be protected with a shared API token. Provider URLs can be configured through the web UI or Docker-related settings.

Setup and configuration

The project requires Node.js 24 or newer. The npm package can start the MCP server directly:

Terminal
npx -y chatcrystal mcp

For the broader CLI and web workflow, install the package globally, start the service, and open the local web interface:

Terminal
npm install -g chatcrystal
crystal serve -d
crystal import

After installation, configure both an LLM provider and an embedding provider. The README identifies OrcaRouter as a supported OpenAI-compatible option for LLM generation, and also describes using Ollama or external APIs. The desktop application provides provider settings before importing data.

Limitations and notes

The repository lists Windows as its platform and requires Node.js 24 or newer. Semantic search is not available without an embedding provider, and note summarization needs an LLM provider. The README does not specify a fixed provider, MCP client compatibility matrix, or a complete list of individual MCP tool names.

ZengLiangYi/ChatCrystal MCP server is intended for coding-conversation memory, not a general-purpose document or enterprise knowledge system. Imports depend on the supported source tools and their local data directories. Docker deployments that are reachable from other devices should use HTTPS through a reverse proxy for safer token transport.

Read the full README →View source on GitHub →

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 & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    🧠 Knowledge & Memory7 views
    Compare vs Context7 →
  • Basic Memory logoBasic Memory

    Persistent, local-first AI memory: a semantic knowledge graph of plain Markdown files that humans and LLMs both read and write. Works with any MCP client, with optional cloud sync and team workspaces.

    🧠 Knowledge & Memory2 views
    Compare vs Basic Memory →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
58
Stargazers on the source repository.
npm downloads
829
Package downloads in the last 30 days.
Last commit
4d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about ChatCrystal

Run `npx -y chatcrystal mcp`. The project requires Node.js 24 or newer.

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 PreviewChatCrystal AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/zengliangyi-chatcrystal?style=directory)](https://allmcps.com/mcp/zengliangyi-chatcrystal)
HTML Embed
<a href="https://allmcps.com/mcp/zengliangyi-chatcrystal"><img src="https://allmcps.com/api/badge/zengliangyi-chatcrystal?style=directory" alt="ChatCrystal on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseApache-2.0
ClientsCursor
Last updatedSep 7, 2026
10/10 checks healthy over the last 32d
Views3
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.
GitHub stars58
GitHub Star CountTotal stargazers on GitHub representing community popularity (58 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
npm downloads829/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
59Quality signal: Good Ā· 59/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 ownership10/20
Documentation & tools24/30
Adoption & activity10/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev Ā· chatcrystal (npm)

ā˜… 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 unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge 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 ChatCrystal →Install in Claude DesktopInstall in CursorInstall in VS Code