central intelligence for Cline
io.github.alekseimarchenko/central-intelligence
Persistent memory for AI agents. Store, recall, and share knowledge across sessions.
client:Cline
transport:stdio
runtime:npm
Install central intelligence in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"central-intelligence": {
"command": "npx",
"args": [
"-y",
"central-intelligence-mcp"
],
"env": {
"CI_API_KEY": "<CI_API_KEY>",
"CI_API_URL": "<CI_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs