io.github.AlekseiMarchenko/central-intelligence MCP Server
io.github.AlekseiMarchenko/central-intelligence
What is the io.github.AlekseiMarchenko/central-intelligence MCP server?
Persistent memory for AI agents. Store, recall, and share knowledge across sessions.
How to install io.github.AlekseiMarchenko/central-intelligence
Copy-paste configuration for popular MCP clients.
CI_API_KEYrequiredsecretYour Central Intelligence API key. Get one free at: npx central-intelligence-cli signup
CI_API_URLAPI base URL (only needed for self-hosted instances)
{
"mcpServers": {
"central-intelligence": {
"command": "npx",
"args": [
"-y",
"central-intelligence-mcp"
],
"env": {
"CI_API_KEY": "<YOUR_CI_API_KEY>",
"CI_API_URL": "<YOUR_CI_API_URL>"
}
}
}
}{
"mcpServers": {
"central-intelligence": {
"command": "npx",
"args": [
"-y",
"central-intelligence-mcp"
],
"env": {
"CI_API_KEY": "<YOUR_CI_API_KEY>",
"CI_API_URL": "<YOUR_CI_API_URL>"
}
}
}
}{
"mcpServers": {
"central-intelligence": {
"command": "npx",
"args": [
"-y",
"central-intelligence-mcp"
],
"env": {
"CI_API_KEY": "<YOUR_CI_API_KEY>",
"CI_API_URL": "<YOUR_CI_API_URL>"
}
}
}
}{
"servers": {
"central-intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"central-intelligence-mcp"
],
"env": {
"CI_API_KEY": "<YOUR_CI_API_KEY>",
"CI_API_URL": "<YOUR_CI_API_URL>"
}
}
}
}claude mcp add central-intelligence --env CI_API_KEY=<YOUR_CI_API_KEY> --env CI_API_URL=<YOUR_CI_API_URL> -- npx -y central-intelligence-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.