Skip to main content
Glama

TypeScript Tools MCP

by trkbt10
ts-tools391 B
#!/usr/bin/env bash # Get the directory where this script is located SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Check if dist/index.js exists if [ ! -f "$SCRIPT_DIR/dist/index.js" ]; then echo "Error: dist/index.js not found. Please run 'bun run build' first." >&2 exit 1 fi # Run the built JavaScript file with Node.js exec node "$SCRIPT_DIR/dist/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/trkbt10/mcp-typescript-tools'

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