mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-22 17:13:42 +00:00
chore: update docs/ai-agents-mcp.md [20260514-2029]
This commit is contained in:
committed by
GitHub
parent
92f61975ee
commit
c757decfc9
@@ -13,10 +13,15 @@ Resources, tools, and projects related to autonomous AI agents, Model Context Pr
|
||||
- [modelcontextprotocol.io: MCP Official Documentation](https://modelcontextprotocol.io/introduction)
|
||||
|
||||
## AI Agents
|
||||
- [Level Up Your Agents: Announcing Google's Official Skills Repository](https://cloud.google.com/blog/topics/developers-practitioners/level-up-your-agents-announcing-googles-official-skills-repository) 🌟 - This blog post announces the launch of Google's official Agent Skills repository on GitHub, designed to equip AI agents with condensed expertise on specific technologies and tasks. Skills are presented in an open Markdown format, including reference files and code snippets, to provide agent-first documentation. This approach aims to reduce 'context bloat' often encountered when using Model Context Protocol (MCP) servers, leading to more efficient and cost-effective AI agent interactions with Google Cloud products like Gemini API, BigQuery, and GKE.
|
||||
- [Claude Code Best Practice](https://github.com/shanraisshan/claude-code-best-practice) - A GitHub repository focused on 'vibe coding to agentic engineering', providing practices and examples for interacting with AI models like Claude. It includes sections on agents, commands, skills, development workflows, and implementation details.
|
||||
- [Kiro: Engineering Rigor for Agentic Development](https://kiro.dev/) - Kiro is a tool designed to bring engineering discipline to AI agent development. It focuses on managing intent, handling long-running tasks across large codebases, and validating code correctness through a learning agent. Key features include converting natural language prompts into structured requirements (EARS notation), generating architectural designs, creating implementation plans with discrete, sequenced tasks, and enabling terminal-based interaction for building features, automating workflows, and debugging.
|
||||
- [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.
|
||||
- [Skyvern](https://github.com/Skyvern-ai/Skyvern) - Automate browser-based workflows using LLMs and Computer Vision.
|
||||
|
||||
## Model Context Protocol (MCP)
|
||||
- [Announcing Azure MCP Server 2.0 Stable Release for Self-Hosted Agentic Cloud Automation](https://devblogs.microsoft.com/azure-sdk/announcing-azure-mcp-server-2-0-stable-release/) 🌟 - This blog post announces the stable release of Azure MCP Server 2.0, an open-source software that implements the Model Context Protocol (MCP) specification. It allows AI agents and developer tools to interact with Azure resources through a standardized tool interface. The key advancement in version 2.0 is the support for self-hosted, remote MCP server deployment, enabling flexible integration into developer workflows for local development, tool integrations, and centralized team/enterprise scenarios with consistent policy and security controls.
|
||||
- [Awesome MCP Servers](https://github.com/punkpeye/awesome-mcp-servers) - A curated list of resources related to MCP (Machine Cognitive Progression) servers, focusing on AI and related technologies.
|
||||
- [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) - Interact with GitHub repositories, issues, and PRs via AI agents.
|
||||
@@ -30,4 +35,4 @@ Resources, tools, and projects related to autonomous AI agents, Model Context Pr
|
||||
- [Kube-Ray](https://github.com/ray-project/kuberay) - A toolkit to run Ray applications on Kubernetes.
|
||||
- [vLLM on Kubernetes](https://github.com/vllm-project/vllm) - High-throughput LLM serving with PagedAttention.
|
||||
- [NVIDIA GPU Operator](https://github.com/NVIDIA/gpu-operator) - Automates the management of all NVIDIA software components needed to provision GPU.
|
||||
- [LocalAI](https://github.com/go-skynet/LocalAI) - Self-hosted, community-driven, local OpenAI-compatible API.
|
||||
- [LocalAI](https://github.com/go-skynet/LocalAI) - Self-hosted, community-driven, local OpenAI-compatible API.
|
||||
Reference in New Issue
Block a user