Skip to main content
Glama

NSAF MCP Server

setup-github.sh916 B
#!/bin/bash # Setup script for deploying NSAF MCP Server to GitHub # Check if GitHub username is provided if [ -z "$1" ]; then echo "Usage: $0 <github-username>" echo "Example: $0 yourusername" exit 1 fi GITHUB_USERNAME=$1 REPO_NAME="nsaf-mcp-server" GITHUB_REPO="https://github.com/$GITHUB_USERNAME/$REPO_NAME.git" echo "Setting up NSAF MCP Server for GitHub deployment..." echo "GitHub Repository: $GITHUB_REPO" # Initialize git repository git init git add . git commit -m "Initial commit" git branch -M main # Add GitHub remote echo "Adding GitHub remote..." git remote add origin $GITHUB_REPO echo "" echo "Setup complete! To push to GitHub, run:" echo "git push -u origin main" echo "" echo "After pushing to GitHub, you can install the MCP server globally with:" echo "npm install -g $GITHUB_USERNAME/$REPO_NAME" echo "" echo "Then add it to your MCP settings configuration as shown in README.md"

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/ariunbolor/nsaf-mcp-server'

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