@react-profiler-mcp/mcp-server
v0.1.0
Published
Local MCP companion and HTTP ingest for React Profiler samples
Downloads
145
Readme
@react-profiler-mcp/mcp-server
Local companion process: receives React Profiler samples over HTTP (loopback only by default) and exposes them to MCP-compatible agents over stdio.
Security posture
- Defaults bind to
127.0.0.1only. - This is not a hosted or authenticated service—run only during local development on a trusted machine.
- Optional
PORTenvironment variable overrides the HTTP listen port (default8787). No environment variables are required for a first run.
Run
npm run build -w @react-profiler-mcp/mcp-server
node packages/mcp-server/dist/index.jsHTTP ingest: POST http://127.0.0.1:8787/v1/profile-samples (see specs/001-react-profiler-mcp-bridge/contracts/).
MCP: connect your client to the same process via stdio (see root README.md).
