Skip to main content
Glama

Vega-Lite MCP Server

package.json•933 B
{ "name": "@vegalite/mcp-server", "version": "0.1.0", "description": "MCP server for accessing Vega-Lite documentation, examples, and validation", "license": "MIT", "author": "Your Name", "homepage": "https://github.com/yourusername/vegalite-mcp-server", "type": "module", "bin": { "vegalite-mcp-server": "dist/index.js" }, "files": [ "dist", "data" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "dev": "tsc --watch", "scrape": "node dist/utils/run-scraper.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "cheerio": "^1.0.0", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^22.0.0", "shx": "^0.3.4", "typescript": "^5.6.2" }, "keywords": [ "mcp", "model-context-protocol", "vega-lite", "visualization", "documentation" ] }

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/inteligencianegociosmmx/vegaLite_mcp_server'

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