What is the ChatCrystal MCP server?
Local-first AI PKM memory for coding conversations.
How to install ChatCrystal
Copy-paste configuration for popular MCP clients.
CHATCRYSTAL_BASE_URLOptional ChatCrystal Core URL. Leave empty to use the local default at http://localhost:3721.
CHATCRYSTAL_API_TOKENsecretOptional token for a protected ChatCrystal Cloud or remote instance.
{
"mcpServers": {
"chatcrystal": {
"command": "npx",
"args": [
"-y",
"chatcrystal",
"-y",
"mcp"
],
"env": {
"CHATCRYSTAL_BASE_URL": "<YOUR_CHATCRYSTAL_BASE_URL>",
"CHATCRYSTAL_API_TOKEN": "<YOUR_CHATCRYSTAL_API_TOKEN>"
}
}
}
}{
"mcpServers": {
"chatcrystal": {
"command": "npx",
"args": [
"-y",
"chatcrystal",
"-y",
"mcp"
],
"env": {
"CHATCRYSTAL_BASE_URL": "<YOUR_CHATCRYSTAL_BASE_URL>",
"CHATCRYSTAL_API_TOKEN": "<YOUR_CHATCRYSTAL_API_TOKEN>"
}
}
}
}{
"mcpServers": {
"chatcrystal": {
"command": "npx",
"args": [
"-y",
"chatcrystal",
"-y",
"mcp"
],
"env": {
"CHATCRYSTAL_BASE_URL": "<YOUR_CHATCRYSTAL_BASE_URL>",
"CHATCRYSTAL_API_TOKEN": "<YOUR_CHATCRYSTAL_API_TOKEN>"
}
}
}
}{
"servers": {
"chatcrystal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chatcrystal",
"-y",
"mcp"
],
"env": {
"CHATCRYSTAL_BASE_URL": "<YOUR_CHATCRYSTAL_BASE_URL>",
"CHATCRYSTAL_API_TOKEN": "<YOUR_CHATCRYSTAL_API_TOKEN>"
}
}
}
}claude mcp add chatcrystal --env CHATCRYSTAL_BASE_URL=<YOUR_CHATCRYSTAL_BASE_URL> --env CHATCRYSTAL_API_TOKEN=<YOUR_CHATCRYSTAL_API_TOKEN> -- npx -y chatcrystal -y mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.