{"id":30351136,"url":"https://github.com/hugozanini/open-metadata-cursor-extension","last_synced_at":"2026-05-18T19:43:03.544Z","repository":{"id":309102860,"uuid":"1030975576","full_name":"hugozanini/open-metadata-cursor-extension","owner":"hugozanini","description":"AI-powered data discovery extension for Cursor \u0026 VS Code with natural language search and interactive lineage visualization","archived":false,"fork":false,"pushed_at":"2025-08-09T20:16:04.000Z","size":35542,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-09T22:08:17.755Z","etag":null,"topics":["ai","cursor","cursor-extension","data-discovery","data-lineage","gemini","open-metadata","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hugozanini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-02T18:26:43.000Z","updated_at":"2025-08-09T20:16:07.000Z","dependencies_parsed_at":"2025-08-09T22:08:23.667Z","dependency_job_id":"1896ae1b-25a8-465c-a79a-1bb47e8efc46","html_url":"https://github.com/hugozanini/open-metadata-cursor-extension","commit_stats":null,"previous_names":["hugozanini/open-metadata-cursor-extension"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hugozanini/open-metadata-cursor-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugozanini%2Fopen-metadata-cursor-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugozanini%2Fopen-metadata-cursor-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugozanini%2Fopen-metadata-cursor-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugozanini%2Fopen-metadata-cursor-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugozanini","download_url":"https://codeload.github.com/hugozanini/open-metadata-cursor-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugozanini%2Fopen-metadata-cursor-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271073390,"owners_count":24694538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","cursor","cursor-extension","data-discovery","data-lineage","gemini","open-metadata","vscode-extension"],"created_at":"2025-08-18T23:01:13.611Z","updated_at":"2026-05-18T19:43:03.499Z","avatar_url":"https://github.com/hugozanini.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenMetadata AI Explorer\n\nA VS Code/Cursor extension that brings intelligent data discovery directly into your IDE. Search your OpenMetadata catalog using natural language, get Gemini-powered insights, and visualize data relationships without switching contexts.\n\n\u003e **📖 Read the full development article**: [Building a Gemini-powered data catalog extension for Cursor](PLACEHOLDER_ARTICLE_LINK) - Learn how this extension was built and the technical decisions behind it.\n\n## Demo\n\nWatch the extension in action:\n\n[![OpenMetadata AI Explorer Demo](https://img.youtube.com/vi/kua_mE0_ZKk/0.jpg)](https://youtu.be/kua_mE0_ZKk)\n\n## What It Does\n\n- **Natural Language Search**: Ask questions like \"show me customer tables\" or search by keywords\n- **Gemini AI Insights**: Get intelligent analysis of your datasets and data quality\n- **Interactive Data Lineage**: Visualize upstream and downstream table relationships\n- **Column Details**: Explore table schemas with expandable column information\n- **IDE Integration**: Works seamlessly next to the Cursor terminal panel\n\n## Requirements\n\n1. **OpenMetadata Server**: Running locally at http://localhost:8585\n   - Use the [OpenMetadata Docker setup](https://docs.open-metadata.org/latest/quick-start/local-docker-deployment)\n   - Load sample data for testing\n\n2. **Gemini API Key**: Optional but recommended for AI features\n   - Get a free key from [Google AI Studio](https://aistudio.google.com/)\n   - Keys start with `AIza...`\n\n## Installation \u0026 Setup\n\n### Option 1: Install Pre-built Extension (Recommended)\n\n**1. Download the Extension**\nDownload the latest release: [openmetadata-ai-explorer-1.1.0.vsix](https://github.com/hugozanini/open-metadata-cursor-extension/releases/download/1.1/openmetadata-ai-explorer-1.1.0.vsix)\n\n**2. Install in Cursor**\n- Open Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P`)\n- Type: `Extensions: Install from VSIX...`\n- Select the downloaded `.vsix` file\n- Reload when prompted\n\n**3. Configure Extension Settings**\nOpen Cursor settings (`Ctrl+,` or `Cmd+,`) and add:\n\n```json\n{\n  \"openmetadataExplorer.openmetadataUrl\": \"http://localhost:8585\",\n  \"openmetadataExplorer.geminiApiKey\": \"YOUR_GEMINI_API_KEY\",\n  \"openmetadataExplorer.openmetadataAuthToken\": \"YOUR_BOT_TOKEN\"\n}\n```\n\n**4. Get OpenMetadata Bot Token**\n1. Open http://localhost:8585 and login (admin/admin)\n2. Go to **Settings** → **Bots**\n3. Click **Add Bot** with these details:\n   - Name: `cursor-extension-bot`\n   - Description: `Bot for Cursor extension`\n4. Click **Generate Token** and copy the JWT token (starts with `eyJ`)\n5. Assign **Data Consumer** role to the bot\n\n**5. Start Using**\n- Look for **OpenMetadata AI** panel at the bottom\n- Verify connection status shows green checkmarks\n- Try searching for \"customer\" or \"orders\"\n\n### Option 2: Development Mode (Build from Source)\n\n**1. Clone and Install**\n```bash\ngit clone https://github.com/hugozanini/open-metadata-cursor-extension.git\ncd open-metadata-cursor-extension\nnpm install\n```\n\n**2. Configure Settings**\nFollow steps 3-4 from Option 1 above to configure the extension settings.\n\n**3. Run in Debug Mode**\n1. Press `F5` to launch the extension in a new Cursor window\n2. Look for **OpenMetadata AI** panel at the bottom\n3. Verify connection and start searching\n\n## How to Use\n\n### Search Your Data\n- **Keyword Search**: Type table names like \"customer\" or \"orders\"\n- **Natural Language**: Ask questions like \"show me customer data\"\n- **Browse Results**: Click on tables to see column details\n\n### View Data Lineage\n1. Search for any table\n2. Click **View Lineage** on the table card  \n3. Use the interactive graph:\n   - Click **+** buttons to expand upstream/downstream relationships\n   - Click **-** buttons to collapse connections\n   - Drag nodes to reposition them\n   - Zoom with mouse wheel\n\n### Example Searches\n- `customer` - Find customer-related tables\n- `orders` - Discover transaction data\n- `sales` - Locate revenue tables\n- `product` - Find catalog information\n\n## Development\n\n### Build Commands\n```bash\n# Development build with watch\nnpm run watch\n\n# Production build\nnpm run compile\n\n# Package for distribution\nnpm run package\n```\n\n### Project Structure\n- `src/extension.ts` - Main extension entry point\n- `src/services/` - OpenMetadata API and Gemini integration\n- `src/webview/` - React components for the UI\n- `src/webview/components/Lineage/` - Data lineage visualization\n\n## Configuration Options\n\n| Setting | Description | Default |\n|---------|-------------|---------|\n| `openmetadataExplorer.openmetadataUrl` | OpenMetadata server URL | `http://localhost:8585` |\n| `openmetadataExplorer.geminiApiKey` | Gemini API key for AI features | (empty) |\n| `openmetadataExplorer.openmetadataAuthToken` | OpenMetadata bot JWT token | (empty) |\n\n\n\n## Current Status\n\n**Version 1.1** - Production Ready\n- Natural language search with Gemini AI\n- Interactive data lineage visualization\n- Professional UI optimized for developers\n- Enterprise-ready VSIX distribution\n\n**Planned Features**\n- Column-level lineage relationships\n- Data quality monitoring integration\n- Advanced search filters and exports\n\n## Contributing\n\n**Open a Pull Request!**\n\n## License\n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugozanini%2Fopen-metadata-cursor-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugozanini%2Fopen-metadata-cursor-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugozanini%2Fopen-metadata-cursor-extension/lists"}