Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Vercel API MCP Server
Claim
by
ssdavidai
npm
GitHub
TypeScript
MIT License
56
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
vercel-api-mcp-fork
.cursor
src
vercel-sdk-docs
app.d.ts
biome.json
bun.lock
Dockerfile
.gitignore
LICENSE
mcp-docs.txt
package.json
README.md
smithery.yaml
tsconfig.json
{ "files": { "ignore": [ "dist/**/*", "node_modules/**/*", "public/**/*", "**/*.css", ".wrangler/**/*", "drizzle/**/*", "worker-configuration.d.ts" ] }, "linter": { "enabled": true, "rules": { "recommended": true }, "ignore": [ "**/*.md", "**/*.css", ".wrangler/**/*", "node_modules/**/*", "drizzle/**/*", "worker-configuration.d.ts" ] }, "formatter": { "enabled": true, "indentStyle": "tab", "indentWidth": 4 }, "javascript": { "formatter": { "semicolons": "asNeeded", "trailingCommas": "none" } }, "json": { "parser": { "allowComments": true } } }