Documentation Index
Fetch the complete documentation index at: https://docs.asymptotelabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
beacon mcp serve
beacon mcp serve starts the local Beacon MCP server over stdio or loopback HTTP JSON-RPC.
Flags
| Flag | Description |
|---|---|
--user | Use per-user endpoint paths. Enabled by default |
--system | Use system endpoint paths |
--log-path PATH | Runtime JSONL log path |
--transport stdio|http | MCP transport. Defaults to stdio |
--addr ADDR | Loopback HTTP JSON-RPC listen address for --transport http. Defaults to 127.0.0.1:8766 |
Examples
Run over stdio for desktop MCP clients:HTTP endpoints
| Path | Description |
|---|---|
/mcp | MCP JSON-RPC endpoint |
/health | Local health check endpoint |
Related
beacon mcp
Review MCP tools, filters, and command group behavior.
beacon mcp doctor
Validate local Beacon MCP setup before connecting a client.
Connect Cursor and Claude Code
Install Beacon MCP in local assistant clients.

