---
title: "redis-channel"
description: "Portable Redis Streams bridge. The core is an MCP server and scripts that register one agent session and carry messages on Redis streams. Claude commands, the coach agent, and the MCP registration live under the com.infi"
canonical: https://agentpluginsdirectory.com/plugins/redis-channel
last-updated: 2026-09-23
---

# redis-channel
Portable Redis Streams bridge. The core is an MCP server and scripts that register one agent session and carry messages on Redis streams. Claude commands, the coach agent, and the MCP registration live under the com.infiquetra.claude client extension.
- Slug: redis-channel
- Publisher: infiquetra
- Repository: https://github.com/infiquetra/infiquetra-agent-plugins
- Manifest: plugins/redis-channel/plugin.json
- Version: 0.5.3
- Category (editorial): other
- Skills: 1 (redis-channel)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-08-22
- Repository last pushed: 2026-09-22
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/redis-channel
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What redis-channel does, in the publisher's words

Portable Redis Streams bridge for one agent session. The process registers the session, consumes an inbound stream, and publishes replies on an outbound stream. A router on the other side speaks the same protocol (PROTOCOL.md). This package does not speak Discord, voice audio, or any one router's API.

The portable core is the server/ package and the scripts under scripts/. Claude Code's commands, coach agent, and Model Context Protocol (MCP) registration live under com.infiquetra.claude/. The root.claude-plugin/plugin.json only names paths into that adapter and into skills/.

mcp (1.x), redis, and pydantic are not vendored. mcp 2.x renamed mcp.server.fastmcp, which this server imports, so the pin stays on 1.x.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/infiquetra/infiquetra-agent-plugins/HEAD/plugins/redis-channel/README.md

## Skills

- redis-channel: Run the redis-channel Redis Streams bridge. Use when connecting an agent session to an external router over Redis, launching the Model Context Protocol server, or checking the live integration harness.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
