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.
Quick Start
Clone the repository:
git clone https://github.com/sascharo/gxtractClaude Desktop configuration example:
{
"mcpServers": {
"gxtract": {
"command": "npx",
"args": [
"-y",
"sascharo/gxtract"
]
}
}
}Check the repository README for specific installation and configuration instructions.