friday-studio-examples

friday-platform/friday-studio-examples
★ 0 stars Unknown language 🤖 AI/LLM Updated today
Ready-to-import workspace examples for Friday — agentic workspaces that run on a schedule, react to signals, and stitch together LLMs, MCP servers, and your tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "friday-studio-exampl": {
      "command": "npx",
      "args": [
        "-y",
        "friday-platform/friday-studio-examples"
      ]
    }
  }
}

README Excerpt

A collection of ready-to-import workspace examples for [Friday](https://hellofriday.ai) — a desktop platform for building agentic workspaces that run on a schedule, react to signals, and stitch together LLMs, MCP servers, and your tools. Each example is a complete workspace: a `workspace.yml` describing signals, jobs, agents, and memory, plus a README explaining what it does, how to set it up, and what it looks like in action.

Topics

agentic-workflowsai-agentsautomationexamplesfridayllmmcpworkspace-examples