We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/olegprivate/fmpmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run-server.sh•193 B
#!/bin/bash
# Wrapper script to run the MCP server from any directory
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$SCRIPT_DIR" || exit 1
exec uv run python -m fmp_mcp_server