Skip to content

Install 10x: MCP server first, no account needed

Get Started

Install the log10x MCP server into your AI client, then ask it to run a cost POC. No account or API key needed to start: it boots in demo mode against a live EKS demo.

Claude Code:

claude mcp add log10x npx log10x-mcp@latest

Claude Desktop, Settings → Developer → Edit Config:

{
  "mcpServers": {
    "log10x": {
      "command": "npx",
      "args": ["log10x-mcp@latest"]
    }
  }
}

Add to Cursor, or paste into ~/.cursor/mcp.json:

{
  "mcpServers": {
    "log10x": {
      "command": "npx",
      "args": ["log10x-mcp@latest"]
    }
  }
}

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "log10x": {
      "command": "npx",
      "args": ["log10x-mcp@latest"]
    }
  }
}

Add to .vscode/mcp.json:

{
  "servers": {
    "log10x": {
      "command": "npx",
      "args": ["log10x-mcp@latest"]
    }
  }
}

Add to .vscode/mcp.json (JetBrains: ~/.config/github-copilot/intellij/mcp.json):

{
  "servers": {
    "log10x": {
      "command": "npx",
      "args": ["log10x-mcp@latest"]
    }
  }
}

Add to ~/.codex/config.toml:

[mcp_servers.log10x]
command = "npx"
args = ["log10x-mcp@latest"]

Run the server and wire it into any MCP-compatible client:

npx log10x-mcp@latest

Then ask your AI client cost POC on the log10x demo to try the live demo, or cost POC on our Splunk against your own stack.

To connect your own data, ask the agent to sign in to Log10x (GitHub device flow, no key to paste) or set LOG10X_API_KEY. Per-client config locations, credentials, and tool-discovery tips: MCP Server install.


Engine

The 10x engine is the runtime every app runs on. Install it directly with a container image, a single-line script, or an OS package below; the apps also bundle it through their Helm charts.

Container Deployment

Target Installer Flavors ()
Kubernetes Helm Charts
Docker Docker Image

Single Line Installer

Target Installer Flavors ()
Linux (most distros) Single line script
macOS Homebrew (brew install log-10x/tap/log10x)
Windows PowerShell script (irm ... \| iex)

Download

Target Installer Flavors ()
Ubuntu DEB package / Native Binary
Debian DEB package
Red Hat / CentOS 7 RPM package
Red Hat / CentOS 8+ RPM package
Windows MSI package (manual)
macOS Homebrew (brew install log-10x/tap/log10x)

After installing, run your first analysis in 5 minutes with the Dev app.