Confidential guide on numerology and astrology, based of GG33 Public information

agente web-agente
Un servidor MCP que evalúa de forma autónoma aplicaciones web.
3 years
Works with Finder
0
Github Watches
3
Github Forks
110
Github Stars
🚀 Operative.sh WebEvalAgent MCP Server
Let the code fix itself, you've got better things to do.
🔥 Supercharge Your Debugging
operative.sh's MCP Server unleashes LLM-powered agents to autonomously execute and debug web apps directly in your code editor.
⚡ Features
This weapon in your development arsenal transforms your Code IDE experience (Cline, Cursor):
- 🌐 Navigate your webapp using BrowserUse (now 2x FASTER when using our backend!)
- 📊 Capture network traffic - all requests/responses at your fingertips
- 🚨 Collect console errors - nothing escapes detection
- 🤖 Autonomous debugging - the Cursor agent calls the web QA agent mcp server to test if the code it wrote works as epected end-to-end.
🏁 Quick Start (macOS/Linux)
- Run the installer
# Feel welcome to inspect the installer script like so:
# curl -LSf https://operative.sh/install.sh | less -N
# Download, install, and remove the installer script
curl -LSf https://operative.sh/install.sh -o install.sh && bash install.sh && rm install.sh
- Unleash the agent in Cursor Agent Mode with web_app_ux_evaluator (may have to restart Cursor)
🛠️ Install in Cursor Agent with Single Command
API_KEY="your-api-key-here" && jq --arg k "$API_KEY" '.mcpServers["web-eval-agent"]={"command":"uvx","args":["--from","git+https://github.com/Operative-Sh/web-eval-agent.git","webEvalAgent"],"env":{"OPERATIVE_API_KEY":$k}}' ~/.cursor/mcp.json > ~/.cursor/mcp.json.tmp && mv ~/.cursor/mcp.json.tmp ~/.cursor/mcp.json
🛠️ Manual JSON Installation
- Run
uvx --from git+https://github.com/Operative-Sh/web-eval-agent.git webEvalAgent
with no api key first since Cursor doesn't wait for our deps to download! - On startup, kill and then update your relevent MCP JSON:
"web-eval-agent": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Operative-Sh/web-eval-agent.git",
"webEvalAgent"
],
"env": {
"OPERATIVE_API_KEY": "YOUR_API_KEY"
}
}
🛠️ Manual Windows Installation (Cline)
# 1. Get your API key at operative.sh
# 2. Install uv (curl -LsSf https://astral.sh/uv/install.sh | sh)
# 3. uvx --from git+https://github.com/Operative-Sh/web-eval-agent.git playwright install
# 4. Unleash the agent in Cline with web_app_ux_evaluator (may have to restart Cline)
🚨 Issues
- Any issues feel free to open an Issue on this repo!
Built with <3 @ operative.sh
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
I find academic articles and books for research and literature reviews.
Take an adjectivised noun, and create images making it progressively more adjective!
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.
Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)
Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo
Un bot de chat de IA para equipos pequeños y medianos, que apoyan modelos como Deepseek, Open AI, Claude y Gemini. 专为中小团队设计的 ai 聊天应用 , 支持 Deepseek 、 Open ai 、 Claude 、 Géminis 等模型。
🔍 Habilitar asistentes de IA para buscar y acceder a la información del paquete PYPI a través de una interfaz MCP simple.
Reviews

user_30MzlZn1
The web-eval-agent by Operative-Sh is an excellent tool for web-based QA tasks. Its intuitive interface and seamless integration make it a must-have for developers. Highly recommend checking it out!