Package Exports
- @briefhq/mcp-server
- @briefhq/mcp-server/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@briefhq/mcp-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Brief MCP Server
This package contains the Brief MCP JSON-RPC server and a small CLI.
CLI
brief-mcp status
: prints effective config and pings/v1/discover
, surfacing request id when available.
Flags:
--api-base <url>
--workspace <id>
--token <token>
--timeout-ms <n>
--max-retries <n>
--log-level <debug|info|warn|error>
--config <file>
Config locations:
- macOS:
~/Library/Application Support/Brief/mcp.json
,~/.config/brief/mcp.json
- Linux:
$XDG_CONFIG_HOME/brief/mcp.json
,~/.config/brief/mcp.json
- Windows:
%APPDATA%/Brief/mcp.json
JSON-RPC server
mcp-server
bin starts stdio server with Brief tools.