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

@telara-cli/cli

v0.1.27

Published

Telara CLI — manage your MCP configurations

Readme

@telara-cli/cli

The official CLI for Telara — connect your AI coding tools to your organization's MCP configurations. Claude Code, Cursor, Windsurf, and VS Code are configured automatically on login.

npm License: MIT


Installation

npm install -g @telara-cli/cli

Other methods:

# Homebrew
brew install Telara-Labs/tap/telara

# macOS / Linux
curl -fsSL https://get.telara.dev/install.sh | sh

# Windows (PowerShell)
irm https://get.telara.dev/windows | iex

Quick start

# Log in — auto-connects your installed tools
telara login

# Verify everything is working
telara doctor

Three-layer configuration

| Layer | Name | How it's set | |-------|------|-------------| | 1 | Managed | Automatic on login | | 2 | Global | telara config global <name> | | 3 | Project | telara config project <name> |


Commands

Authentication

| Command | Description | |---------|-------------| | telara login | Sign in via browser or --token <tlrc_...> — auto-connects tools | | telara logout | Revoke token and remove local credentials | | telara whoami | Show current user and organization |

Configuration

| Command | Description | |---------|-------------| | telara config | Show what's configured at each layer | | telara config list | List available configurations | | telara config show <name> | Inspect a configuration | | telara config global <name> | Set global configuration (Layer 2) | | telara config project <name> | Set project-specific configuration (Layer 3) | | telara config keys <name> | List API keys (read-only) |

Provisioning (admin)

| Command | Description | |---------|-------------| | telara provision claude-web | Credentials for Claude.ai Organization Connector | | telara provision ci | Service account key for CI/CD pipelines | | telara provision managed | Config for enterprise MDM / GPO deployment |

Diagnostics

| Command | Description | |---------|-------------| | telara doctor | Check connectivity, auth, and tool configuration | | telara version | Print version | | telara update | Self-update to the latest release |


Supported agent tools

  • Claude Code — global and project scope
  • Cursor — global and project scope
  • Windsurf — global and project scope
  • VS Code — project scope

Requirements

  • Node.js >= 14
  • macOS, Linux, or Windows (x86_64 or ARM64)

Documentation