[SKY-8502] chore: add glama.json for MCP server directory listing (#5396)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Marc Kelechava 2026-04-07 10:07:56 -07:00 committed by GitHub
parent b727a22c45
commit 15f39b999d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 0 deletions

View file

@ -21,6 +21,7 @@
<a href="https://github.com/Skyvern-AI/skyvern/blob/main/LICENSE"><img src="https://img.shields.io/github/license/skyvern-ai/skyvern"/></a>
<a href="https://twitter.com/skyvernai"><img src="https://img.shields.io/twitter/follow/skyvernai?style=social"/></a>
<a href="https://www.linkedin.com/company/95726232"><img src="https://img.shields.io/badge/Follow%20 on%20LinkedIn-8A2BE2?logo=linkedin"/></a>
<a href="https://glama.ai/mcp/servers/Skyvern-AI/skyvern"><img src="https://glama.ai/mcp/servers/Skyvern-AI/skyvern/badge" alt="Skyvern MCP server" /></a>
</p>
[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.

26
glama.json Normal file
View file

@ -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"
]
}