← Back to Plugins
MCP Server MCP

ChatCrystal

github By github 👁 1 views ▲ 0 votes

Local-first AI PKM memory for coding conversations.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "chatcrystal",
      "version": "0.5.7",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional ChatCrystal Core URL. Leave empty to use the local default at http://localhost:3721.",
          "placeholder": "https://chatcrystal.example.com",
          "name": "CHATCRYSTAL_BASE_URL"
        },
        {
          "description": "Optional token for a protected ChatCrystal Cloud or remote instance.",
          "isSecret": true,
          "name": "CHATCRYSTAL_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...