fix(autonomous): engine update in docs/ai-agents-mcp.md

This commit is contained in:
github-actions[bot]
2026-05-10 13:38:43 +00:00
committed by GitHub
parent ae945ebe32
commit 660574dfca

View File

@@ -14,17 +14,16 @@ Resources, tools, and projects related to autonomous AI agents, Model Context Pr
## AI Agents
- [HolmesGPT (Robusta)](https://github.com/robusta-dev/holmesgpt) - An open-source AI agent for investigating Prometheus alerts and Kubernetes incidents. It uses LLMs to triage issues and provide recommended fixes.
- [Agentic Alert Investigation with HolmesGPT and Robusta](https://robusta.dev/blog/holmesgpt-agentic-alert-investigation)
- [Skyvern](https://github.com/Skyvern-ai/Skyvern) - Automate browser-based workflows using LLMs and Computer Vision.
## Model Context Protocol (MCP)
- [PulseMCP](https://pulsemcp.com/) - A hosted hub for discovering and using MCP servers.
- [MCPBundles](https://mcpbundles.com/) - Curated bundles of MCP servers for various use cases (DevOps, Data, Productivity).
- [GitHub MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/github) - Interact with GitHub repositories, issues, and PRs via AI agents.
- [Vercel MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/vercel) - Manage Vercel deployments and view logs directly from AI agents.
- [Chroma MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/chroma) - Vector database integration for agentic RAG.
- [Brave Search MCP](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search) - Grounded web search for AI agents.
- [PostgreSQL MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) - Secure SQL execution and schema inspection for agents.
- [GitHub MCP Server](https://github.com/modelcontextprotocol/servers) - Interact with GitHub repositories, issues, and PRs via AI agents.
- [Vercel MCP Server](https://github.com/modelcontextprotocol/servers) - Manage Vercel deployments and view logs directly from AI agents.
- [Chroma MCP Server](https://github.com/modelcontextprotocol/servers) - Vector database integration for agentic RAG.
- [Brave Search MCP](https://github.com/modelcontextprotocol/servers) - Grounded web search for AI agents.
- [PostgreSQL MCP Server](https://github.com/modelcontextprotocol/servers) - Secure SQL execution and schema inspection for agents.
- [Google Cloud Managed MCP](https://cloud.google.com/blog/products/ai-machine-learning/google-cloud-managed-mcp-for-gemini) - Production-grade MCP service for accessing GCP resources from Gemini.
## LLM Operators and Infrastructure