
Apache Iggy
by apache
Hyper-efficient persistent message streaming platform built in Rust, offering ultra-low latency and high throughput.
What it does
Apache Iggy is a high-performance message streaming platform that provides a persistent append-only log. It allows AI agents to interact with high-velocity data streams, enabling real-time context injection and event-driven automation.
Tools
stream_create: Creates a new message stream.topic_create: Creates a topic within a stream with specified partitions.message_send: Produces a message to a specific topic and partition.message_poll: Consumes messages from a stream starting at a specific offset.stream_list: Lists all available message streams.
Installation
{
"mcpServers": {
"apache-iggy": {
"command": "docker",
"args": ["run", "-i", "--rm", "apache/iggy"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
docker run -i --rm apache/iggyInformation
- Pricing
- free
- Published
- 4/21/2026
- stars






