search & data extraction

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.

python
cloud
macos
windows
linux
search & data extraction
0
View on GitHub

Installation

npx -y sascharo/gxtract

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/sascharo/gxtract

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub