We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/icy-r/kubemcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.npmrc.example•604 B
# .npmrc.example - Configuration for publishing to both npm and GitHub Packages
# Copy this to .npmrc for local development/publishing
# Default registry (npm)
registry=https://registry.npmjs.org/
# For installing scoped packages from GitHub Packages
# Uncomment and add your GitHub Personal Access Token if you want to install from GitHub Packages
# @icy-r:registry=https://npm.pkg.github.com
# //npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN
# Note: The release workflow handles publishing to both registries automatically
# You don't need to configure .npmrc for automated releases