Loading…
MCP · Vercel
Deploys + build logs + runtime logs in agent context.
Vercel-native MCP server for deploying directly from chat, inspecting build/runtime logs, and reading deployment metadata. Original github.com/vercel/mcp community URL is no longer published; first-party MCP integration ships via the Vercel docs.
Model support
Where it runs
Tags
This entry is archived — the primary URL above may no longer resolve. Kept here as a historical record.
Related in MCP
Upstash
Up-to-date, version-specific library docs piped into any AI coding agent via MCP.
An MCP server from Upstash that pulls current, version-specific documentation and code examples for a library and feeds them straight into an LLM's context. It exposes two tools — resolve-library-id and a docs query — so agents in Cursor, Claude Code, Windsurf, and other MCP clients generate code against the real, current API.
AI insight: Injects version-specific, up-to-date library docs into the prompt, cutting the stale-API hallucinations models pick up at training time.
Glama
MCP server registry, inspector, and gateway.
A discovery and hosting hub for the Model Context Protocol ecosystem: browse a large indexed catalog of MCP servers, test them in an in-browser Inspector, and route them through a managed Gateway that handles credentials, logging, and analytics. Browsing and installing open-source servers locally is free; hosting servers on Glama's infrastructure and the Gateway's managed features are paid. Also ships an AI playground chat client over the connected tools.
AI insight: A self-described superset of the official MCP Registry: it indexes the catalog, then adds an in-browser Inspector and a managed Gateway.
Smithery
Registry and hosting platform for Model Context Protocol servers.
A central hub for the MCP ecosystem: browse, install, and configure thousands of community-built MCP servers from one place, or deploy your own to Smithery's infrastructure and access it remotely. The CLI installs and manages servers without hand-editing JSON config, and the hosted tier adds managed OAuth and persistent connections so agents get authenticated tool access. Lists over 6,000 servers across developer tools, data connectors, and productivity integrations.
AI insight: Only its CLI is open-source (AGPL-3.0); the 6,000+ server registry and hosting itself is a closed platform that adds managed OAuth.
Composio
1000+ authenticated toolkits for AI agents, via MCP or API.
Tool layer that gives AI agents secure, managed access to 1000+ toolkits and 20,000+ tools across SaaS apps, exposed via MCP or direct APIs. It handles authentication, tool search, and context management, and its MCP Gateway hands each team a managed endpoint to paste into Claude, Cursor, or ChatGPT. The core is MIT-licensed; a free tier covers 20K tool calls per month.
AI insight: It manages OAuth per integration, so agents get authenticated, production-ready tool access instead of raw API stubs you wire up yourself.
GitHub
Reads + writes GitHub from any MCP-aware agent.
Official GitHub MCP server. Wired into Claude Code and most agentic surfaces to read PRs, post comments, create branches, and run secret-scanning.
AI insight: Beyond PRs and issues it exposes secret-scanning, so an agent can audit a repo's security, not just read its code.
Supabase
Postgres + auth + edge functions from inside the agent.
MCP server that exposes Supabase project ops — list tables, apply migrations, deploy edge functions, fetch advisors. Removes a context-switch cliff between code and database.
AI insight: Lets an agent run Postgres migrations and deploy edge functions in-context, erasing the usual jump between editor and database dashboard.