@entidex/mcp-setup
v1.0.3
Published
One-command installer for the Entidex MCP server — signed, verified entity ground truth in Claude Desktop, Cursor, or VS Code.
Maintainers
Readme
@entidex/mcp-setup
One-command installer for the Entidex MCP server.
Configures Claude Desktop, Cursor, VS Code, or Claude Code automatically — no manual JSON editing.
Quick start
npx @entidex/mcp-setupInteractive mode: detects installed clients, prompts for your API key, writes the config.
Options
# Specify client and key directly
npx @entidex/mcp-setup --client claude-desktop --key entx_live_sk_...
# Use the demo key (reference cohort: Tesla, Elon Musk, PBD Podcast)
npx @entidex/mcp-setup --client cursor --demo
# Claude Code (runs `claude mcp add` for you)
npx @entidex/mcp-setup --client claude-code
# Remove Entidex from a client
npx @entidex/mcp-setup --client claude-desktop --uninstallClients
| Flag | Client | Config path |
|------|--------|-------------|
| claude-desktop | Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\ (Windows) |
| cursor | Cursor | ~/.cursor/mcp.json (macOS) / %APPDATA%\Cursor\User\mcp.json (Windows) |
| vscode | VS Code | ~/Library/Application Support/Code/User/settings.json (macOS) / %APPDATA%\Code\User\ (Windows) |
| claude-code | Claude Code CLI | Uses claude mcp add (no config file) |
What it does
- Detects your OS and installed clients
- Reads the existing config (or creates a new one)
- Merges the Entidex server entry — preserves your other MCP servers
- Prompts for your API key (or uses
--key/--demo) - Writes the updated config
- Tells you to restart the client
Demo key
Press Enter when prompted for a key (or pass --demo) to use the shared demo key. It grants read access to a small reference cohort (Tesla, Elon Musk, PBD Podcast) with no account needed — for evaluation only.
Tools available after setup
entity_resolve— resolve a name to a canonical Entidex entity IDentity_verify_fact— verify facts against the Entidex verified recordentity_intelligence— full intelligence view (AI Visibility, Sentiment, Share of Voice, Trust Stack)entity_drift— drift history and cross-surface movemententity_decision_survival— multi-turn AI recommendation persistenceentity_knowledge_analysis— what AI engines get wrong, miss, or disagree onentity_submit_feedback— submit corrections back to Entidex
