GXtract
PopularWeb
GXtract is a MCP server designed to integrate with VS Code and other compatible editors (documentation: [sascharo.github.io/gxtract](https://sascharo.github.io/gxtract)). 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.
One-Click Installation
Other IDEs & Manual Setup
1Windsurf
To use this MCP in Windsurf, open your ~/.codeium/windsurf/mcp_config.json and add the following entry:
2Cline / Roo Code
For Cline (VS Code extension), add the configuration to your MCP settings file, usually located at:~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
JSON Configuration
{
"mcpServers": {
"gxtract": {
"command": "npx",
"args": [
"-y",
"@sascharo/gxtract"
],
"env": {}
}
}
}