AION MCP
AION MCP
AION Model Context Protocol — Summary and Links
27 repositories collecting the complete Model Context Protocol ecosystem: SDKs, servers, inspectors, agent frameworks, and AI infrastructure for building MCP-native autonomous systems.
What This Is
AIONMCP is the MCP reference collection for AION — preserving every essential component of the Model Context Protocol ecosystem in one place. MCP is the open protocol that lets AI models interact with tools, data sources, and other agents through a standardized interface. This org collects the SDKs, server implementations, agent frameworks, and research that make MCP-native systems possible.
Collection by Domain
MCP Core (10 repos)
The official protocol stack:
- Specification: docs (CC-BY-4.0)
- SDKs: typescript-sdk, python-sdk, rust-sdk
- Scaffolding: create-typescript-server, create-python-server
- Servers: servers (reference implementations)
- Testing: inspector (visual MCP server testing)
- Tutorials: quickstart-resources, mcp-client-and-server, diy-mcp
Agent-to-Agent Protocols (3 repos)
- A2A — Google's open agent communication protocol
- agent2agent — A2A example project
- adk-mcp-tutorial — ADK + MCP integration
AI Agent Frameworks (6+ repos)
- OpenHands — "Code Less, Make More" coding agent
- opencode — open source coding agent
- continue — custom AI code assistants (IDE extensions)
- claude-task-master — AI task management for IDEs
- litellm — LLM gateway proxy (100+ APIs in OpenAI format)
- deploy-adk-agent-engine — Google Vertex AI deployment
AI Research (3+ repos)
- dgm — Darwin Godel Machine (open-ended self-improving agents)
- ACD — Automated Capability Discovery via foundation model self-exploration
- awesome-open-ended — curated open-ended AI resources
Developer Tools (2 repos)
- monaco-editor — browser-based code editor
- .github — organization profile
Original Work (2 repos)
- mcp.agent — reduce the pain of MCP server/client interaction and creation
- .github
Architecture
┌─────────────────────────────────────────┐
│ MCP Protocol Layer │
│ docs · typescript-sdk · python-sdk │
│ rust-sdk · servers · inspector │
└──────────────┬──────────────────────────┘
│
┌──────────────┴──────────────────────────┐
│ Agent Frameworks │
│ OpenHands · opencode · continue │
│ claude-task-master · litellm │
└──────────────┬──────────────────────────┘
│
┌──────────────┴──────────────────────────┐
│ Agent-to-Agent Communication │
│ A2A · agent2agent · mcp.agent │
└──────────────┬──────────────────────────┘
│
┌──────────────┴──────────────────────────┐
│ AI Research │
│ dgm (self-improving) · ACD (discovery) │
│ awesome-open-ended │
└─────────────────────────────────────────┘
Numbers
| Metric | Value |
|---|---|
| Total repositories | 27 |
| Original | 2 |
| Forked | 25 |
| SDK languages | TypeScript, Python, Rust |
Related
| Organization | Role |
|---|---|
| AION-NET | AION system agent — chroot-based autonomous agent |
| Professor-Codephreak | Parent architect — bankonOS, MASTERMIND |
| mastermindML | Agency controller |
MCP is the protocol. AION is the agent. This is the bridge between them.