Odel
ChatCrystal

ChatCrystal

Local
@zengliangyi58TypeScriptApache-2.0Updated 2 days ago

Local-first AI PKM memory for coding conversations.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmchatcrystalv0.6.0

Run

npx -y chatcrystal

MCP client config

{
  "mcpServers": {
    "chatcrystal": {
      "command": "npx",
      "args": [
        "-y",
        "chatcrystal"
      ]
    }
  }
}