MCP.so
Sign In
Servers

Run an MCP Server on Vercel

@npstorey

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "opengov-mcp-server-vercel": {
      "command": "node",
      "args": [
        "scripts/test-client.mjs",
        "https://mcp-on-vercel.vercel.app"
      ]
    }
  }
}

More from Cloud & Infrastructure