Back to Apps

Friday
by basenana
Unix-philosophy AI agent for the terminal. Pipe-friendly, local-first, and supports multiple LLM providers.
0 stars
Works in:claude
Exposes:Tools
What it does
Friday is a terminal-centric AI agent designed around the Unix philosophy of "text in, text out." It allows users to pipe shell command output directly into an AI agent for analysis, summarization, or transformation, making it an ideal companion for DevOps and system administration.
Tools
- Chat: Direct interaction with the agent via CLI arguments or stdin.
- Session Manager: Persistent conversation history and memory management.
- A2A Channel: Exposes the agent as an Agent-to-Agent protocol server for inter-agent communication.
- Heartbeat: Execution of periodic tasks defined in a workspace checklist.
Installation
Build from source:
git clone https://github.com/basenana/friday.git
cd friday
make build
To use as an MCP server (via the A2A channel if enabled):
{
"mcpServers": {
"friday": {
"command": "/path/to/friday",
"args": ["channel"]
}
}
}
Supported hosts
- claude
Choose your AI client and follow the steps below.
Claude Desktop
Run 'friday channel' to expose the A2A server and add the URL to your MCP config.





