a2aproject/A2A
Agent2Agent (A2A) is an open protocol enabling secure communication and interoperability between diverse generative AI agents to foster collaboration and innovation in the AI ecosystem.
Awesome AI Agents › Multi-Agent Platforms
The cyanheads/model-context-protocol-resources repository is a comprehensive collection of practical guides, utilities, and server implementations focused on the Model Context Protocol (MCP). MCP is an open standard designed to standardize how AI applications, particularly large language models (LLMs), connect to and interact with external data sources and tools. This repository serves as an exploratory and developmental resource created by the user cyanheads while learning and experimenting with MCP. It includes detailed guides for MCP client and server development, various utilities to support MCP implementations, and multiple server examples that demonstrate how to extend LLM capabilities through MCP. The project emphasizes the modularity and extensibility of MCP, allowing developers to add new functionalities via isolated server components without altering the core LLM applications. The repository also provides links to official MCP resources, including specifications, SDKs in multiple programming languages (TypeScript, Python, Kotlin, Java, C#), and community discussions, making it a valuable hub for anyone interested in MCP. The MCP aims to provide a consistent interface for LLMs to access tools and resources, enhancing their capabilities while ensuring security and control through structured access patterns. This project is not officially affiliated with the MCP organization but complements the official resources by offering hands-on examples and learning materials. Overall, this repository is ideal for developers and researchers looking to understand and implement the Model Context Protocol in their AI applications, facilitating the integration of external data and tools in a standardized, secure, and modular manner.
https://github.com/cyanheads/model-context-protocol-resources
Agent2Agent (A2A) is an open protocol enabling secure communication and interoperability between diverse generative AI agents to foster collaboration and innovation in the AI ecosystem.
IBM MCP Context Forge is a production-grade Model Context Protocol Gateway that unifies REST and MCP services into a single secure, scalable endpoint for AI clients with federation, virtualization, multi-protocol support, and an optional Admin UI.
The A2A Python SDK is an official toolkit for building and running agentic applications as A2AServers following the Agent2Agent (A2A) Protocol, supporting multiple databases and easy installation.
TooTallNate/proxy-agents is a Node.js monorepo containing various HTTP Proxy Agent implementations that enable routing HTTP requests through different proxy protocols.
ACP is an open protocol enabling seamless communication and coordination between AI agents, applications, and humans through structured multimodal messages.
HyperChat is an open-source, cross-platform chat client that integrates multiple LLM APIs and the MCP protocol to deliver a versatile and productivity-enhancing chat experience.
A curated collection of resources, tools, and implementations for the Google Agent2Agent (A2A) Protocol enabling secure communication and collaboration between AI agents from different vendors and frameworks.
Agency is a minimal and scalable Python framework for building flexible agentic systems using the Actor model, supporting concurrency, networked communication, and detailed observability.