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
Installation
npx -y sascharo/gxtractConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub