AG-Kit provides comprehensive support for the Model Context Protocol (MCP), enabling seamless integration with external tools and services while exposing AG-Kit tools to other MCP-compatible applications.Documentation Index
Fetch the complete documentation index at: https://docs.ag-kit.dev/llms.txt
Use this file to discover all available pages before exploring further.
AG-Kit MCP Support
Client Implementation
Connect to existing MCP servers and use their tools:Server Implementation
Expose AG-Kit tools as MCP servers:Connection Types
- Stdio: Local command-line tools
- HTTP: Remote web services
- Memory: Testing and in-process communication
Key Features
- Tool Discovery: Automatic tool registration and discovery
- Type Safety: Strongly typed tool definitions
- Multiple Transports: Support for stdio, HTTP, and memory connections
- Error Handling: Built-in error handling and recovery
Next Steps
MCP Tool Development
Learn how to create and expose MCP tools
MCP Server Registry
Discover available MCP servers