Skip to main content
Glama

Context Engineering MCP Platform

run-mcp-server.sh369 B
#!/bin/bash # Set the API URL (defaults to localhost:8888) export AI_GUIDES_API_URL="${AI_GUIDES_API_URL:-http://localhost:8888}" # Change to MCP server directory cd "$(dirname "$0")/mcp-server" # Install dependencies if needed if [ ! -d "node_modules" ]; then echo "Installing dependencies..." >&2 npm install >&2 fi # Run the MCP server exec node index.js

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/ShunsukeHayashi/context_engineering_MCP'

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