From 660574dfcac54f1fb84c55e2e9b4ca7be952366f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 13:38:43 +0000 Subject: [PATCH] fix(autonomous): engine update in docs/ai-agents-mcp.md --- docs/ai-agents-mcp.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/ai-agents-mcp.md b/docs/ai-agents-mcp.md index cf824ab2..5161fc4b 100644 --- a/docs/ai-agents-mcp.md +++ b/docs/ai-agents-mcp.md @@ -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