Skip to main content
Glama

vantage-mcp-server

Official
by vantage-sh
MIT License
75
  • Apple
Makefile694 B
# Common dependencies SRC := *.go go.mod go.sum # Default target vantage-mcp-server: $(SRC) go build -o vantage-mcp-server inspect: vantage-mcp-server @npx @modelcontextprotocol/inspector@0.16.5 -e MCP_LOG_FILE=application.log -e VANTAGE_BEARER_TOKEN=${VANTAGE_BEARER_TOKEN} ./vantage-mcp-server vantage-mcp-server-macos: $(SRC) GOOS=darwin GOARCH=arm64 go build -o vantage-mcp-server-macos vantage-mcp-server-linux: $(SRC) GOOS=linux GOARCH=amd64 go build -o vantage-mcp-server-linux vantage-mcp-server-windows.exe: $(SRC) GOOS=windows GOARCH=amd64 go build -o vantage-mcp-server-windows.exe build-all: vantage-mcp-server-macos vantage-mcp-server-linux vantage-mcp-server-windows.exe

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/vantage-sh/vantage-mcp-server'

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