Back to MCP Servers

Gxtract

GXtract is a MCP server designed to integrate with VS Code and other compatible editors. It provides a suite of tools for interacting with the GroundX platform, enabling you to leverage its powerful document understanding capabilities directly within your development environment.

search-data-extractionrag

Installation

npx -y gxtract

Configuration

{
  "mcpServers": {
    "gxtract": {
      "command": "npx",
      "args": ["-y", "gxtract"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub