#3 · Primary category: Admin Systems & Rapid Development Platforms

kratos

ai architecture cloud-native framework generate go golang grpc http kratos mcp microservice microservices protobuf

Your ultimate Go microservices framework for the cloud-native era.

Project last updated:08/19/26

GitHub Stars

25.9K

Forks

4.2K

Contributors

316

License

MIT

Why we included this project

Go teams that want a structured route from a single service into a set of cooperating services will find Kratos a solid place to start. The framework is API-first in a concrete way: you define the contract in Protobuf, generate the HTTP and gRPC servers, and spend your time on business logic instead of wiring transport and middleware by hand. Production concerns like service discovery and logging sit behind small, explicit interfaces rather than framework magic. The MCP transport support is what makes it interesting for AI work, because the same service skeleton can expose tools to AI agents without splitting into a separate stack. That suits Go backends that need to speak the Model Context Protocol while keeping the rest of the API conventional.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category