sascharo/gxtract
0 Views
0 Installs
🐍 ☁️ 🪟 🐧 🍎 - 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 Install
One-Click IDE Configuration
claude_desktop_config.json
{
"mcpServers": {
"sascharo-gxtract": {
"command": "npx",
"args": [
"-y",
"sascharo-gxtract"
]
}
}
}Or
Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
No README found or this server is not hosted on GitHub.