Install the Corla adapter, log in with your grant, and start receiving enterprise context in your AI dev tools — in under 5 minutes.
Install the adapter globally using npm:
This gives you the corla CLI command. Verify the installation:
Run the login command:
You'll be prompted for the broker URL (https://broker.corla.ai), your enterprise slug, member ID, and project ID — your admin will have shared these. Then for the credential.
First login — invite secret + set a password:
Subsequent logins — password only:
corla login auto-detects your existing account and asks for your password — no admin involvement needed to reconnect.corla set-password sets a new one from the terminal.On success, you'll receive a token. The CLI prints the export command:
Add it to your shell profile (~/.zshrc or ~/.bashrc) so it persists across terminal sessions. Tokens expire; corla refresh silently rotates an expiring token without opening a browser or re-prompting.
corla set-password) and ask your admin to revoke the active sessions.
Navigate to your project directory and run:
This writes the MCP config for every supported IDE in one shot:
.mcp.json — root config (Claude Code, Cursor, Windsurf).vscode/mcp.json — VS Code CopilotThe .mcp.json looks like this:
Using Antigravity? Pass the flag and the Antigravity config gets written too:
That's it. Your AI tools will now automatically load enterprise context when working in this project. The context is fetched from the broker, compiled and scoped to your role, and delivered to your AI tool.
Context loads automatically via MCP
Reads .mcp.json for context
Uses .vscode/mcp.json
Reads .mcp.json for context
Custom connector — paste broker URL
Custom connector — paste broker URL
To verify the connection is working:
You should see your enterprise name, project, role, and token expiry.
If your admin has granted you access to multiple projects, you can switch between them inside a single connection — no disconnect, no re-auth, no admin ticket.
Claude Code, Cursor, Claude.ai, and ChatGPT discover available projects automatically via the broker's list_projects MCP tool. Just ask the agent:
The session-level project context updates immediately. The next compiled package is scoped to the new project.
When your AI tool starts a session, it connects to the Corla broker via MCP and:
You never see the raw assets. Your AI tool receives processed context that helps it write better, more aligned code — without exposing the enterprise's proprietary material.
corla refresh for a silent rotation (no browser, no re-auth). If the underlying session is gone, corla login with your password gets you a fresh one.
corla set-password to set a new one from the terminal, or sign in to admin.corla.ai/member/login and reset it from the member portal. (If you've never set one, you'll still have your one-time invite secret — ask your admin to re-issue it if lost.)
CORLA_TOKEN is set in your environment and .mcp.json exists in your project root. Restart your AI tool after adding the config.
If you run into any issues, reach out to your enterprise admin or contact us at info@noitechnologies.com.