We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bswa006/mcp-context-manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
#!/bin/bash
echo "🚀 Publishing MCP Context Manager to NPM"
echo ""
echo "Step 1: Please login to NPM first"
echo "Run: npm login"
echo ""
echo "Step 2: After logging in, run:"
echo "npm publish --access public"
echo ""
echo "That's it! Your package will be available at:"
echo "https://www.npmjs.com/package/mcp-context-manager"
echo ""
echo "Users can then use it with:"
echo "npx mcp-context-manager init"