Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"cc-soul": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/chitta_mcp",
"args": [
"--model",
"${CLAUDE_PLUGIN_ROOT}/chitta/models/model.onnx",
"--vocab",
"${CLAUDE_PLUGIN_ROOT}/chitta/models/vocab.txt"
],
"env": {
"CHITTA_DB_PATH": "${CLAUDE_PLUGIN_ROOT}/mind/chitta"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
${CLAUDE_PLUGIN_ROOT}/bin/chitta_mcpCHITTA_DB_PATH=${CLAUDE_PLUGIN_ROOT}/mind/chitta