Serversio.github.AlekseiMarchenko/central-intelligence
I

io.github.AlekseiMarchenko/central-intelligence

io.github.AlekseiMarchenko/central-intelligence · v0.1.3
▦ npm
v0.1.3npm npm: central-intelligence-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.AlekseiMarchenko/central-intelligence",
  "description": "Persistent memory for AI agents. Store, recall, and share knowledge across sessions.",
  "repository": {
    "url": "https://github.com/AlekseiMarchenko/central-intelligence",
    "source": "github",
    "subfolder": "packages/mcp-server"
  },
  "version": "0.1.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "central-intelligence-mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Central Intelligence API key. Get one free at: npx central-intelligence-cli signup",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CI_API_KEY"
        },
        {
          "description": "API base URL (only needed for self-hosted instances)",
          "format": "string",
          "name": "CI_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}