Skip to main content
Search & Data ExtractionPython

sascharo/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-extractioncloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/sascharo/gxtract

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
Python
Author
sascharo