devices-mcp AGENTS.md

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

Instructions for a beta home-automation system that connects AI tools, a FastAPI web backend, a React web interface, and a desktop application. FastAPI is the Python web framework used by the backend, and React is the library used for the web interface.

In plain words
What is it for?
Use them when developing the MCP server, web application, desktop application, documentation, or backend services in the devices-mcp repository.
Why use it?
They clarify which part of the system to change and prevent multiple components from trying to use the same backend port. They also define the correct Git branch and startup rules.

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/devices-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/sandraschi/devices-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 devices-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sandraschi/devices-mcp/agents-md.svg)](https://agentmods.dev/instructions/sandraschi/devices-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/sandraschi/devices-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/sandraschi/devices-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,198 This file is loaded in full into every session.
When invoked 1,198 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.01198 $0.01198
Opus 5 $0.00599 $0.00599
Sonnet 5 $0.00240 $0.00240
Haiku 4.5 $0.00120 $0.00120

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

Security

Grade A, and why

devices-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 4d 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 · 120 lines

How it starts

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

devices-mcp — Per-Repo Agent Instructions

Last updated: 2026-06-02
Fleet standard: D:\Dev\repos\mcp-central-docs\standards\AGENTS.md
Version: v1.21.5 (beta)
Default git branch: main — ignore master (legacy mirror; may be deleted)


What this repo is

Beta home IoT stack — three delivery legs, one Python package:

Leg Path / artifact Role
1 — MCP src/devices_mcp/server_v2.py, devices-mcp.mcpb FastMCP stdio/HTTP, portmanteau tools
2 — Webapp web-sota/ FastAPI :10717 + React SPA /app/
3 — Desktop native/ → NSIS installer Tauri + PyInstaller sidecars

Rule: Only one backend on 10717. NSSM service and Tauri must not both bind the port.

Docs hub: docs/README.md · architecture: docs/ARCHITECTURE.md


Git branches

  • main — sole development and release branch; GitHub default.
  • master — leftover from pre-rename / old CI; was ahead of nothing useful. Do not branch from it. If it diverges again, fast-forward or delete on GitHub.

Clone: git clone https://github.com/sandraschi/devices-mcp then git checkout main if needed.


Startup

# Backend only (FastAPI, port 10717)
Set-Location D:\Dev\repos\devices-mcp\web-sota
$env:PYTHONPATH = "D:\Dev\repos\devices-mcp\src;D:\Dev\repos\devices-mcp\web-sota"
uv run python -m backend.server --host 127.0.0.1 --port 10717

# Full webapp (backend + Vite HMR on 10716)
D:\Dev\repos\devices-mcp\web-sota\start.ps1
# http://127.0.0.1:10717/app/

# MCP stdio
Set-Location D:\Dev\repos\devices-mcp
uv run python -m devices_mcp.server_v2

# Regenerate LLM index files
uv run python -m devices_mcp.utils.llms_txt

Packaged backend: run_webapp_backend.py (PyInstaller sidecar).


Ports

Port Service
10717 FastAPI backend + static SPA
10716 Vite dev frontend only
10715 USB / camera helper sidecar (optional)

Read the full file on GitHub · 120 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. 4d ago First seen · 120 lines · 1,198 tokens per session scan A 69a3f8db9f4f

Subscribe to this mod's changes

devices-mcp AGENTS.md is an instructions file published in the GitHub repository sandraschi/devices-mcp (2 stars, last pushed 17d ago), licensed MIT. It adds 1,198 tokens to every session, about $0.0060 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.