Skip to main content
Glama

Simple MCP Server

by banique15
setup.sh•1.12 kB
#!/bin/bash echo "šŸš€ Setting up People Info MCP Server..." # Navigate to the server directory cd people-info-server # Install dependencies echo "šŸ“¦ Installing dependencies..." npm install # Create .env file if it doesn't exist if [ ! -f .env ]; then echo "šŸ“ Creating .env file..." cp .env.template .env echo "āš ļø Please edit .env file and add your ANTHROPIC_API_KEY" else echo "āœ… .env file already exists" fi # Make the script executable chmod +x index.js echo "" echo "āœ… Setup complete!" echo "" echo "Next steps:" echo "1. Edit people-info-server/.env and add your ANTHROPIC_API_KEY" echo "2. Add the following to your Claude Desktop MCP settings:" echo "" echo "{" echo " \"mcpServers\": {" echo " \"people-info\": {" echo " \"command\": \"node\"," echo " \"args\": [\"index.js\"]," echo " \"cwd\": \"$(pwd)\"," echo " \"env\": {" echo " \"ANTHROPIC_API_KEY\": \"your_anthropic_api_key_here\"" echo " }" echo " }" echo " }" echo "}" echo "" echo "3. Restart Claude Desktop" echo "" echo "šŸŽ‰ You're ready to use the People Info MCP Server!"

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/banique15/MCP-Server'

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