From 15f39b999dad70f59e79536d451247ea8df8190f Mon Sep 17 00:00:00 2001 From: Marc Kelechava Date: Tue, 7 Apr 2026 10:07:56 -0700 Subject: [PATCH] [SKY-8502] chore: add glama.json for MCP server directory listing (#5396) Co-authored-by: Claude Opus 4.6 --- README.md | 1 + glama.json | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 glama.json diff --git a/README.md b/README.md index ec728f199..b22c0405b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ + Skyvern MCP server

[Skyvern](https://www.skyvern.com) automates browser-based workflows using LLMs and computer vision. It provides a Playwright-compatible SDK that adds AI functionality on top of playwright, as well as a no-code workflow builder to help both technical and non-technical users automate manual workflows on any website, replacing brittle or unreliable automation solutions. diff --git a/glama.json b/glama.json new file mode 100644 index 000000000..500a06e65 --- /dev/null +++ b/glama.json @@ -0,0 +1,26 @@ +{ + "$schema": "https://glama.ai/mcp/schemas/server.json", + "maintainers": [ + "marcmuon", + "LawyZheng", + "AronPerez", + "suchintan", + "pedrohsdb", + "celalzamanoglu", + "wintonzheng" + ], + "name": "skyvern", + "description": "AI-powered browser automation MCP server. Automate any website using LLMs and computer vision — click, fill forms, extract data, navigate pages, upload files, and run full browser workflows.", + "keywords": [ + "browser", + "automation", + "mcp", + "playwright", + "web-scraping", + "ai-agent", + "computer-vision", + "llm", + "browser-automation", + "rpa" + ] +}