Skip to main content
Glama

1MCP Server

build.sh529 B
#!/bin/sh # Build script for 1MCP Agent # This script handles the complex build command logic set -e echo "🔨 Building 1MCP Agent..." # Compile TypeScript echo "📦 Compiling TypeScript..." pnpm exec tsc --project tsconfig.build.json # Resolve path aliases echo "🔗 Resolving path aliases..." pnpm exec tsc-alias -p tsconfig.build.json # Make the built file executable echo "🔧 Making build/index.js executable..." node -e "require('fs').chmodSync('build/index.js', '755')" echo "✅ Build completed successfully!"

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/1mcp-app/agent'

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