-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
Problem
GitNexus currently supports Claude Code, Cursor, Windsurf, and OpenCode through MCP, but lacks native VS Code integration. Many developers use plain VS Code (not Cursor) with the VS Code AI extension or other AI plugins, and they cannot benefit from GitNexus's knowledge graph capabilities.
Proposed Solution
Create a native VS Code extension that:
- Registers GitNexus MCP server in VS Code's native MCP configuration
- Provides VS Code-specific agent skills for code exploration, debugging, and refactoring
- Adds context menu integrations for "Explore with GitNexus" functionality
- Displays knowledge graph insights in VS Code sidebar
Use Case
A developer using VS Code with GitHub Copilot or other AI extensions wants to:
- Query the codebase knowledge graph directly from VS Code
- See impact analysis before making changes
- Navigate code relationships without leaving their editor
- Get AI-assisted debugging with full call chain context
Currently they must switch to Cursor or use Claude Code to get this functionality.
Implementation Suggestions
- Create a new package
- Use VS Code's native MCP support (VS Code 1.85+)
- Reuse existing MCP server from
- Add VS Code-specific UI: tree view for graph exploration, status bar for index status
- Package with VSCE (VS Code Extension Manager)
Alternative Considered
Users could theoretically use the generic MCP config in VS Code, but:
- It requires manual configuration
- No VS Code-specific UI/context menus
- No VS Code agent skills integration
- No visual graph explorer integrated into VS Code
A native extension would provide seamless, "just works" integration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels