Skip to main content
Glama
vantage-sh

vantage-mcp-server

Official
by vantage-sh
biome.json903 B
{ "$schema": "https://biomejs.dev/schemas/2.2.5/schema.json", "assist": { "actions": { "source": { "useSortedKeys": "off" } }, "enabled": true }, "files": { "includes": ["src/**/*.{ts,js}", "*.{ts,js}", "!**/*.d.ts"], "ignoreUnknown": true }, "formatter": { "enabled": true, "indentStyle": "tab", "indentWidth": 4, "lineWidth": 100 }, "javascript": { "formatter": { "quoteStyle": "double", "semicolons": "always", "trailingCommas": "es5" } }, "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedVariables": "warn" }, "style": { "noNonNullAssertion": "off", "useImportType": "warn", "useConst": "warn" }, "suspicious": { "noExplicitAny": "off", "noEmptyBlockStatements": "warn" } } }, "vcs": { "clientKind": "git", "enabled": true, "useIgnoreFile": true } }

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