streamfog-mcp AGENTS.md

streamfog-mcp AGENTS.md is an instructions file for Codex, OpenCode from sandraschi/streamfog-mcp. It costs 889 tokens per session, scanned A, original, MIT.

A set of coding-agent instructions for Streamfog MCP, an application that sends commands to control augmented-reality effects and virtual avatars in OBS live streams.

In plain words
What is it for?
It is for installing dependencies, running and testing the backend and web app, checking the browser flow, and building native installers.
Why use it?
It documents the project's identity, commands, ports, tests, and architecture so changes follow the existing setup.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/sandraschi/streamfog-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/sandraschi/streamfog-mcp

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for streamfog-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sandraschi/streamfog-mcp/agents-md.svg)](https://agentmods.dev/instructions/sandraschi/streamfog-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/sandraschi/streamfog-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/sandraschi/streamfog-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 889 This file is loaded in full into every session.
When invoked 889 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00889 $0.00889
Opus 5 $0.00445 $0.00445
Sonnet 5 $0.00178 $0.00178
Haiku 4.5 $0.00089 $0.00089

Measured 3d ago against content hash 55f7cc21a884, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

streamfog-mcp AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Instructions — streamfog-mcp

Identity

Streamfog MCP is an AI-driven AR lens orchestrator for live OBS streams. It controls Streamfog face filters, AR effects, and Vtuber avatars via the local Streamer.bot WebSocket bridge. Streamfog has no public API - every command is a fire-and-forget Streamer.bot DoAction dispatch.

Commands

  • uv sync — install Python deps
  • just lint — Ruff check
  • just fix — Ruff auto-fix
  • just fmt — Ruff format
  • just test — pytest (coverage-gated)
  • just serve / just dev — run backend on port 10994 (dual mode: REST + MCP /mcp)
  • just e2e — Playwright fleet audit
  • just build-native — full Tauri native installer build
  • just build-native-debug — Tauri debug build (skip PyInstaller)
  • just cua-nsis-test — NSIS smoke test (install -> nav walk -> uninstall)
  • just cua-webapp-test — pre-Tauri browser walk
  • just mcpb-pack — rebuild .mcpb bundle (fresh stage)
  • start.ps1 — launch backend + webapp + open browser
  • cd webapp && bun run dev — frontend only
  • cd webapp && bun run build — production frontend build

Ports (fleet-registered)

  • 10994 — Backend (FastAPI REST + FastMCP streamable HTTP /mcp)
  • 10995 — Frontend (Vite + React 19)

Architecture

LLM Agent -> FastMCP (tools) -> Streamer.bot WebSocket -> Streamfog Desktop -> OBS
                   |
              FastAPI (REST) -> React Dashboard (:10995)
MCP endpoint: http://127.0.0.1:10994/mcp (streamable HTTP) or stdio

Key files

  • src/streamfog_mcp/_mcp.py — FastMCP singleton + shared bridge + resources
  • src/streamfog_mcp/server.py — FastAPI gateway (REST routes + /mcp mount, composed lifespan)
  • src/streamfog_mcp/tools/core_tools.py — 5 MCP tools
  • src/streamfog_mcp/services/streamerbot.py — Streamer.bot WebSocket client
  • src/streamfog_mcp/logging_ring.py — in-memory log ring buffer (/api/logs)
  • src/streamfog_mcp/errors.py_error_response() with logger.exception
  • src/streamfog_mcp/skills/streamfog/SKILL.md — skill (chat preprompt, /api/skills)
  • scripts/mcpb-pack.ps1 — fresh-stage MCPB pack (src// not flattened)
  • native/ — Tauri 2.0 desktop wrapper (PyInstaller sidecar, embedded resource)

Read the full file on GitHub · 66 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 66 lines · 889 tokens per session scan A 55f7cc21a884

Subscribe to this mod's changes

streamfog-mcp AGENTS.md is an instructions file published in the GitHub repository sandraschi/streamfog-mcp (1 stars, last pushed 3d ago), licensed MIT. It adds 889 tokens to every session, about $0.0044 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.