Building MCP Server with Akka

Building an MCP Server with Akka

This guide demonstrates building an MCP server using Akka Java SDK with annotation-based tool definitions, service discovery, and integration with both external MCP clients and Akka agents.

October 27, 2025 · (updated November 6, 2025) · 18 min · 3796 words · Pradeep Loganathan
Akka actor model for agentic AI

The Akka Actor Model: A Foundation for Concurrent AI Agents

Use Akka’s actor model to run thousands of concurrent, stateful AI agents with isolation, supervision, and backpressure—plus a minimal Java example.

September 16, 2025 · (updated November 5, 2025) · 17 min · 3439 words · Pradeep Loganathan