
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@cocaxcode/suite-mcp
Advanced tools
CLI instalador interactivo para los MCPs de cocaxcode. Instala api-testing, database, logbook y ai-context-inspector en cualquier herramienta AI.
One command. Five MCP servers. Any AI tool.
Install 100+ tools into your AI coding assistant in under 10 seconds.
What's included · Quick start · Usage · Supported AI tools · Boundaries · Architecture
An interactive CLI installer that configures all five cocaxcode MCP servers in your AI tool of choice. It auto-detects your tool, lets you pick which MCPs to add, and writes directly to your user-level global config — merging with your existing setup, never overwriting it.
npx @cocaxcode/suite-mcp install
| MCP | Tools | Description |
|---|---|---|
| api-testing | 35 | HTTP testing, collections, assertions, flows, OpenAPI import, mock data, load testing, Postman import/export |
| database | 26 | PostgreSQL, MySQL, SQLite management with rollback snapshots, schema search, dump/restore |
| devflow | 32 | Jira (Cloud + Server) + GitHub/GitLab integration, custom flows, configurable rules, multi-project |
| logbook | 9 | Developer logbook with structured notes, TODOs, code scanning, full-text search |
| ai-context-inspector | 5 | Scan, export, and import your AI ecosystem config across 7 tools |
Each MCP is independently published on npm and works standalone. suite-mcp simply wires them all up at once.
npx @cocaxcode/suite-mcp install
The CLI detects your AI tool, shows available MCPs, and writes the config. Done.
To install everything without prompts:
npx @cocaxcode/suite-mcp install --all
# Interactive — pick which MCPs to add
npx @cocaxcode/suite-mcp install
# All MCPs, no prompts
npx @cocaxcode/suite-mcp install --all
# Target a specific AI tool
npx @cocaxcode/suite-mcp install --target cursor
npx @cocaxcode/suite-mcp install --target gemini --all
Note: Already-installed MCPs are skipped automatically. Only missing ones get added.
npx @cocaxcode/suite-mcp list
@cocaxcode/suite-mcp — Available MCPs (claude)
Status MCP Description
✓ api-testing API testing with collections, assertions, and flows
✓ database PostgreSQL, MySQL, and SQLite management
✓ devflow Jira + GitHub/GitLab workflow automation
✗ logbook Developer logbook with notes and TODOs
✗ ai-context-inspector AI ecosystem scanner and migrator
3/5 installed
npx @cocaxcode/suite-mcp remove
Shows only installed MCPs and lets you choose which to remove. Empty selection cancels.
| Command | Description |
|---|---|
install | Add MCPs to your AI tool config |
remove | Remove installed MCPs |
list | Show installation status |
| Flag | Description |
|---|---|
--target <tool> | Force AI tool: claude, cursor, windsurf, copilot, gemini, codex, opencode |
--all | Install all MCPs without prompting |
--version | Show version |
suite-mcp auto-detects your tool by scanning for marker files in the working directory, then installs MCPs into your user-level global config so they are available in every project.
| Tool | Global config file | Format |
|---|---|---|
| Claude Code | ~/.claude/settings.json | nested |
| Cursor | ~/.cursor/mcp.json | flat |
| Windsurf | ~/.codeium/windsurf/mcp_config.json | nested |
| Gemini CLI | ~/.gemini/settings.json | nested |
| GitHub Copilot | .vscode/mcp.json (project-local) | flat |
| Codex CLI | .mcp.json (project-local) | flat |
| OpenCode | opencode.json (project-local) | nested |
Tip: If no tool is detected, the CLI prompts you to choose one. Use
--targetto skip detection entirely.
npx at invocation time.@latest. Re-run install to pick up updates.src/
├── index.ts # CLI entry point and arg parsing
├── types.ts # TypeScript interfaces
├── registry.ts # MCP catalog (add new MCPs here)
├── config.ts # Config read/write with atomic operations
├── detect.ts # AI tool auto-detection via marker files
├── prompts.ts # Interactive readline prompts
├── install.ts # Install subcommand
├── remove.ts # Remove subcommand
├── list.ts # List subcommand
└── __tests__/ # 52 tests across 5 suites
readline, fs, crypto, path, os)Stack: TypeScript · ESM · tsup · Vitest · Node >= 20
FAQs
CLI instalador interactivo para los MCPs de cocaxcode. Instala api-testing, database, logbook y ai-context-inspector en cualquier herramienta AI.
The npm package @cocaxcode/suite-mcp receives a total of 32 weekly downloads. As such, @cocaxcode/suite-mcp popularity was classified as not popular.
We found that @cocaxcode/suite-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.