Sign in with your Nodge identity directly from VS Code. Push code, manage projects, and interact with the Nodge platform — all from your editor.
Features
Sign in with Nodge — appears in VS Code's Accounts menu, just like GitHub
Git credentials — push and pull to git.nodge.nl using your Nodge identity
Claude Code integration — MCP server exposes Nodge platform tools (projects, teams, pipeline, deployments)
Getting Started
Install the extension
Click the Accounts icon (bottom-left) → Sign in with Nodge
Your browser opens → sign in on platform.nodge.nl → done
Git Credentials
After signing in, open the Command Palette (Ctrl+Shift+P) and run:
Nodge: Set Up Git Credentials
This stores your Nodge token for git.nodge.nl so git push and git pull work without a separate password.
Claude Code Integration
The extension registers a Nodge MCP server automatically through VS Code's native MCP support. No manual configuration needed — once signed in, Claude Code has access to tools like nodge_list_projects, nodge_create_project, nodge_invite_member, and more.