
Cpretzinger Ai Assistant Simple
Expose Redis Stream tools through Smithery MCP so agents and n8n MCP Client nodes can drive simple AI assistant automations.
Overview
ai.smithery/cpretzinger-ai-assistant-simple is a MCP server for the Build phase that exposes Redis Stream tools for agents and n8n MCP Client workflows via Smithery.
What is this MCP server?
- Redis Stream MCP tools updated September 2025 release notes
- Designed for n8n MCP Client Node use across workflows
- Smithery streamable-http remote with required secret Bearer API key
- Server schema version 1.0.0 on ai.smithery/cpretzinger-ai-assistant-simple
- Composable assistant pattern for event-driven agent handoffs
- Server version 1.0.0 per MCP schema (updated tooling noted 9/1/2025 in listing)
- 1 streamable-http Smithery remote with required Bearer auth
- Targets n8n MCP Client Node pairing per server description
What problem does it solve?
Your n8n and agent stack lacks a standard MCP path to read and write Redis Streams during automations.
Who is it for?
Builders already using n8n plus Redis who want MCP-native stream tools instead of one-off HTTP scripts.
Skip if: Greenfield projects with no Redis, no n8n, and no need for event-stream orchestration.
What do I get? / Deliverables
Agents and n8n flows can call Redis Stream tools over MCP after you register the Smithery remote with your API key.
- MCP-callable Redis Stream tool surface for agents
- n8n-compatible MCP Client integration path
- Stream-backed handoffs between automation steps and LLM sessions
Recommended MCP Servers
Journey fit
Primary shelf is Build integrations because the server bridges Redis Streams, n8n, and MCP clients into one automation surface. Redis Stream tooling is an orchestration connector—ideal subphase is integrations, with operate/infra for running streams in production.
How it compares
Redis Stream + n8n MCP bridge, not a hosted chat UI or a full managed AI assistant SaaS.
Common Questions / FAQ
Who is ai.smithery/cpretzinger-ai-assistant-simple for?
Indie builders running n8n and Redis who want MCP tools so coding agents can participate in stream-driven automations.
When should I use ai.smithery/cpretzinger-ai-assistant-simple?
Use it when workflows need Redis Stream produce/consume steps callable from an MCP client or n8n MCP Client Node during Build or Operate automation work.
How do I add ai.smithery/cpretzinger-ai-assistant-simple to my agent?
Configure https://server.smithery.ai/@cpretzinger/ai-assistant-simple/mcp with the required Authorization Bearer {smithery_api_key}, then attach the server in Claude Code, Cursor, or n8n MCP Client.