Skip to main content
Glama
publish.sh444 B
#!/bin/bash echo "🔐 Please log in to npm first..." npm login echo "📦 Publishing Kali MCP Server to npm..." npm publish --access public echo "✅ Kali MCP Server published globally!" echo "" echo "🌍 Others can now install it with:" echo " npm install -g kali-mcp-server" echo "" echo "🔧 To use in any MCP configuration:" echo ' "kali": {' echo ' "command": "npx",' echo ' "args": ["-y", "kali-mcp-server"]' echo ' }'

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/Vasanthadithya-mundrathi/kali-mcp-server'

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