@cnapse/cci-insight-mcp
v0.2.1
Published
CCI Insight MCP — Model Context Protocol server for Cnapse Insight
Downloads
206
Maintainers
Readme
CCI Insight MCP Server
Model Context Protocol (stdio) server for querying Cnapse Insight and CCI Spatial Connect from VS Code, Cursor, Windsurf, JetBrains, Google Antigravity, Claude Desktop, and more.
Spec: CCI_INSIGHT_MCP_GUIDE.md
Install (public npm)
npx @cnapse/cci-insight-mcp login
npx @cnapse/cci-insight-mcp setupsetup writes the correct MCP config file for your IDE (Windows, macOS, and Linux). No copy-paste required.
License: proprietary client — see LICENSE.
Quick start
npx @cnapse/cci-insight-mcp login
npx @cnapse/cci-insight-mcp setupNon-interactive:
npx @cnapse/cci-insight-mcp setup --ide cursor --scope user --yes
npx @cnapse/cci-insight-mcp setup --ide antigravity --scope workspace --yesSupported IDEs (setup)
| IDE | --ide | --scope |
|-----|---------|-----------|
| VS Code | vscode | user or workspace |
| VS Code Insiders | vscode-insiders | user |
| VSCodium | vscodium | user |
| Cursor | cursor | user or workspace |
| Windsurf | windsurf | user |
| Claude Desktop | claude | user |
| JetBrains | jetbrains | user |
| Google Antigravity | antigravity | user or workspace |
| Visual Studio | visual-studio | user |
Run npx @cnapse/cci-insight-mcp help for manual JSON reference (Eclipse, etc.).
CLI commands
cci-insight-mcp login [--profile <name>]
cci-insight-mcp setup [--ide <id>] [--scope user|workspace] [--yes]
cci-insight-mcp status [--profile <name>]
cci-insight-mcp logout [--profile <name>]
cci-insight-mcp helpMonorepo development
npm run build -w @cnapse/cci-insight-mcp
npm run test -w @cnapse/cci-insight-mcpRelease: tag cci-insight-mcp-v0.2.0 → GitHub Actions publishes to npm (OIDC).
Safety
No EFEM motion commands are exposed. MCP calls Insight REST and CCI Spatial REST only.
