laf.watch
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@laf.watchcheck for any critical signals on my service"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
laf-mcp-template
This is the starting point for an MCP server that connects your service to the LAF bot. The contract is just one page — mcp-contract.md — and this repository is a runnable minimal implementation of that contract, plus a pre-submission checker and CI.
Create your own repo with the Use this template button, and once you fill in just
collectSignals(), the standard tool laf.watch is complete.
Getting started
bun install
bun start # http://127.0.0.1:8765/mcp
bun run check # 제출 전 검사 — 등록 화면과 같은 질문을 CI에서 미리Remote server checks run with bun laf-mcp-check.ts <url> [--token <bearer>] [--json].
Related MCP server: wrg-mcp-server
Fill-in order
collectSignals()— only the things that are "critical if they stop." This is not telemetry; it's the on-call list. Threshold decisions (how many beforewarn) must be finalized on the server and emitted asstatus. Even if the backend dies, respond with a signal instead of a protocol error (contract §1.2).Add free tools — one tool per task you want the bot to do, 10 tools or fewer recommended. Declare MCP standard annotations for each tool (contract §2). Tools without annotations are treated as maximum-risk (destructive) at registration, so the bot effectively can't use them. Don't build write tools from the start — run for a week with read-only tools first, then add only the ones that turn out to be needed. That's actually faster.
Pass the check — until
bun run checkreports FAIL 0. The included GitHub Actions workflow runs the same check on every push.Deploy — to your own infrastructure. Code review, secret management, and availability are your responsibility; only the URL and Bearer token are passed to the platform.
Register — register the URL in the LAF admin screen, and the platform polls
laf.watchperiodically (no model, pure code) and turns only the appearance, disappearance, and transitions of signals into events. Free tools run in bot conversations according to their declared risk level — reads run quietly, while destructive, outbound, and money-related actions wait for human approval.
Don'ts
Don't defer threshold decisions to the platform —
statusis finalized on the server.Don't surface backend failures as protocol errors — respond with signals.
Don't omit annotations — everything is treated as destructive.
Don't downgrade annotations after registration — it's treated as privilege escalation and triggers automatic suspension plus re-consent.
Files
File | What |
| Reference server (~100 lines). Stateless Streamable HTTP — a restart loses nothing |
| Pre-submission checker. Asks the same questions as the registration screen — taken as-is from LAF-labs/openbot; do not modify it |
| CI that starts the server and runs the checker |
MIT — LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceAn AppSec-focused MCP server that performs static analysis scans on C/C++ source code for memory-safety vulnerabilities and parses compiled PE/ELF binary headers locally to audit active defensive compiler mitigations (ASLR, DEP/NX, PIE).41MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server that exposes a 60+ tool security and threat-intel stack to AI agents, enabling secret scanning, Sigma rule generation, ransomware lookup, OSINT, and deep research.1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that pushes GitHub Actions CI/CD results and PR events into Claude Code sessions, enabling automatic investigation and remediation.531MIT
- AlicenseNot gradedqualityBmaintenanceA plug-and-play MCP server that adds zero-boilerplate tools like file search, reliability scoring, and prompt injection detection to any MCP-compatible agent.MIT
Related MCP Connectors
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LAF-labs/laf-mcp-template'
If you have feedback or need assistance with the MCP directory API, please join our Discord server