We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/docdyhr/mcp-wordpress'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.npmrc.example•479 B
# NPM Configuration Example
# Copy this to .npmrc and replace YOUR_NPM_TOKEN with your actual token
# Using environment variable (recommended)
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
# Or direct token (less secure - only for development)
# //registry.npmjs.org/:_authToken=npm_your_token_here
# Registry configuration
registry=https://registry.npmjs.org/
# Access level for publishing
access=public
# Other useful configurations
# save-exact=true
# engine-strict=true