cgcone

Himanshu507/cgcone
★ 5 stars TypeScript 🤖 AI/LLM Updated 1d ago
npm for AI CLIs — install MCP servers across Claude Code, Gemini CLI, Codex, Copilot
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cgcone": {
      "command": "npx",
      "args": [
        "-y",
        "Himanshu507/cgcone"
      ]
    }
  }
}

README Excerpt

**The package manager for AI CLI extensions.** One command installs any MCP server, plugin, or skill across every AI CLI on your machine. ```bash npm install -g @cgcone/cli cgcone install context7 ``` --- You have Claude Code. Maybe Gemini CLI. Maybe OpenAI Codex. Each has its own config format, its own file location, its own way to add MCP servers. **cgcone abstracts that away.**

Topics

aiclaude-codecligemini-climcpmodel-context-protocolopenai-codex