Back to MCP Servers
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-extractionrag
By sascharo
Installation
npx -y gxtractConfiguration
{
"mcpServers": {
"gxtract": {
"command": "npx",
"args": ["-y", "gxtract"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes