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

taurusdb-mcp

v0.3.0

Published

TaurusDB MCP server for Claude, Cursor, VS Code, and other MCP clients.

Readme

taurusdb-mcp

TaurusDB MCP server for MCP clients such as:

  • Claude Code
  • Codex
  • Cursor
  • VS Code

Install

npm install taurusdb-mcp

Run directly with:

npx -y taurusdb-mcp --version

Use this command in MCP client configs:

{
  "command": "npx",
  "args": ["-y", "taurusdb-mcp"]
}

Claude Code:

claude mcp add huaweicloud-taurusdb \
  --transport stdio \
  -e TAURUSDB_CLOUD_REGION=<your-region> \
  -e TAURUSDB_CLOUD_ACCESS_KEY_ID=<your-ak> \
  -e TAURUSDB_CLOUD_SECRET_ACCESS_KEY=<your-sk> \
  -e TAURUSDB_SQL_DATABASE=<your-database> \
  -e TAURUSDB_SQL_USER=<your-readonly-user> \
  -e TAURUSDB_SQL_PASSWORD='hw-kms-file:~/.taurusdb-mcp/password.ciphertext' \
  -- npx -y taurusdb-mcp

Codex:

codex mcp add huaweicloud-taurusdb \
  --env TAURUSDB_CLOUD_REGION=<your-region> \
  --env TAURUSDB_CLOUD_ACCESS_KEY_ID=<your-ak> \
  --env TAURUSDB_CLOUD_SECRET_ACCESS_KEY=<your-sk> \
  --env TAURUSDB_SQL_DATABASE=<your-database> \
  --env TAURUSDB_SQL_USER=<your-readonly-user> \
  --env TAURUSDB_SQL_PASSWORD='hw-kms-file:~/.taurusdb-mcp/password.ciphertext' \
  -- npx -y taurusdb-mcp

Initialize local MCP client config:

npx taurusdb-mcp init --client claude
npx taurusdb-mcp init --client cursor
npx taurusdb-mcp init --client vscode

Configure and verify the operating-system credential store:

npx taurusdb-mcp credentials configure
npx taurusdb-mcp credentials check

Notes

  • Requires Node.js >= 20
  • Depends on taurusdb-core
  • Database passwords support env:, file:, hw-csms:, hw-kms:, and hw-kms-file: references
  • Huawei DEW CSMS is recommended when the database password should be stored and retrieved from Huawei Cloud
  • macOS Keychain, Linux Secret Service, or Windows Credential Manager cloud identity is enabled with TAURUSDB_CLOUD_KEYCHAIN_SERVICE