npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@corla/adapter

v0.2.3

Published

Developer CLI for Corla — the enterprise AI context broker. Configure MCP, authenticate, and receive enterprise context in your AI tools.

Downloads

56

Readme

@corla/adapter

Developer CLI for Corla — the enterprise AI context broker.

Corla delivers enterprise-grade context (system prompts, skills, playbooks, knowledge docs) to your AI development tools via MCP, without exposing proprietary IP.

Quick Start

Your enterprise admin will email you an enterprise slug, member ID, project ID, and invite secret.

# Run this once in your project repo — it configures MCP and authenticates in one step.
npx @corla/adapter init

# Confirm everything is wired up
npx @corla/adapter status

Restart your AI tool (Claude Code, VS Code Copilot, Cursor, Windsurf) afterwards. It will pick up the corla MCP server and start receiving enterprise context automatically.

Commands

| Command | Description | |---|---| | corla init | Configure MCP for Claude Code, VS Code, Cursor, and Windsurf, then authenticate | | corla init --antigravity | Also configure Google Antigravity (Gemini) | | corla login | Re-authenticate (re-uses cached enterprise/member/project) | | corla refresh | Silently refresh an expired token and regenerate MCP configs | | corla set-password | Set or change a password so future logins skip the invite-secret step | | corla status | Show current auth state, token expiry, and broker URL |

What it does

  • Writes .mcp.json, .vscode/mcp.json, .cursor/mcp.json, and .windsurf/mcp.json with your auth token inlined, so your AI tools connect to the Corla broker out of the box
  • Auto-adds those files to .gitignore since they contain a per-developer secret
  • Caches your enterprise / member / project in .corla/config.json so login and refresh don't re-prompt
  • Stores tokens at ~/.corla/tokens.json (mode 0600) — never written to your shell profile or project .env
  • Tokens are valid 30 days; refresh rotates them and regenerates the MCP configs

Environment Variables

| Variable | Description | |---|---| | CORLA_BROKER | Override broker URL (default: https://broker.corla.ai) |

Requirements

  • Node.js 18+
  • An active Corla grant from your enterprise admin

Legal

By using this package, you agree to the Corla Terms of Service and Privacy Policy.

License

MIT