We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/angrysky56/ast-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
dev_server.sh•320 B
#!/bin/bash
# Start the AST MCP server in development mode with the inspector
# Kill any running instances
pkill -f "mcp dev server.py" || true
# Current directory
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Start the server with the MCP inspector using uv
cd "$DIR" || exit
uv run -m mcp dev server.py