@infragrid/mcp is a local stdio adapter for Infragrid’s public REST API. It gives MCP-compatible agents a curated tool set without exposing databases, provider control planes, browser daemons, or internal stores.
The server uses the same workspace key, scopes, quotas, idempotency, and display-safe resources as the REST API and SDKs.
Version 0.1.0 is implemented in the source workspace and requires Node.js 20 or newer. The package is not yet represented as published to npm.
Configure after npm release
Add a stdio server to your MCP client:Run from a source checkout
1
Install and build
2
Point your MCP client at the built server
3
Restart the client
Confirm that the Infragrid server connects and exposes the expected tools before asking the agent to run work.
Tool catalog
Example prompts
Operational behavior
- Protocol frames are written to stdout; diagnostics go to stderr.
- Successful calls return both JSON text and structured content.
- Tool output is capped at 256 KB.
- Public errors are flattened into bounded, display-safe MCP tool errors.
INFRAGRID_BASE_URLshould be set only for an explicitly selected development API.- The adapter has no tool for draft Blueprint authoring or raw browser observations.