Skip to main content
Glama
vantage-sh

vantage-mcp-server

Official
by vantage-sh
README.local.md623 B
# `vantage-mcp-server` Our locally ran MCP server that runs the same logic as our remote MCP for tooling. To use this, simply install the package and set `VANTAGE_TOKEN` as an environment variable that is your Vantage token. To use this package with Claude Desktop for example, you'd use the following configuration: ```json { "mcpServers": { "Vantage MCP Server": { "command": "npx", "args": ["-y", "vantage-mcp-server"], "env": { "VANTAGE_TOKEN": "your token goes here" } } } } ``` (replace `VANTAGE_TOKEN` with your user token)

Latest Blog Posts

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