Skip to main content
Glama
yuchen814

npm-registry-mcp-server

by yuchen814

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoproduction lowers the traces sample rate to 0.1 (otherwise 1.0).
SENTRY_DSNNoSentry DSN. When unset, Sentry is initialized in a disabled state and the server runs normally.
SENTRY_RELEASENoRelease identifier for grouping issues.
SENTRY_ENVIRONMENTNoFalls back to NODE_ENV, then development.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_npm_package_metadataA

Fetch metadata for a package from the npm registry. Requires a package name and optionally accepts a version, dist-tag, or semver range (defaults to "latest"). By default an abbreviated metadata document is returned for performance; set fullMetadata to true for the complete document. Set allVersions to true to get the registry's main entry containing every version (this takes precedence over version). Works with scoped and private packages, honouring .npmrc registry and auth settings.

list_npm_package_versionsA

List published version numbers and dist-tags for a package from the npm registry, newest first. Useful for checking what versions exist before requesting metadata for a specific one.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuchen814/npm-registry-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server