MCP Server
MCP
ChatCrystal
Local-first AI PKM memory for coding conversations.
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
By
Comments
Sign in to leave a comment