Skip to main content
Glama

MCP Server

by antfu
{ "name": "vite-plugin-mcp", "type": "module", "version": "0.2.3", "packageManager": "pnpm@10.12.1", "description": "MCP server helping models to understand your Vite app better.", "author": "Anthony Fu <anthonyfu117@hotmail.com>", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/antfu/vite-plugin-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/antfu/vite-plugin-mcp.git" }, "bugs": "https://github.com/antfu/vite-plugin-mcp/issues", "keywords": [ "vite-plugin", "mcp", "modelcontextprotocol" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "files": [ "dist" ], "scripts": { "build": "unbuild", "dev": "unbuild --stub", "play": "nr -C playground dev", "prepublishOnly": "nr build", "start": "nodemon --exec 'tsx src/server.ts'", "dev:prepare": "nr build" }, "peerDependencies": { "vite": ">=6.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "catalog:prod", "ansis": "catalog:prod", "debug": "catalog:prod", "pathe": "catalog:prod", "zod": "catalog:prod" }, "devDependencies": { "@types/debug": "catalog:types" } }

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/antfu/nuxt-mcp'

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