envpkt mcp
Start the envpkt MCP server for AI agent integration. Uses stdio transport.
envpkt mcp [options]Options
Section titled “Options”| Option | Description | Default |
|---|---|---|
-c, --config <path> | Path to envpkt.toml | Auto-detected |
Example
Section titled “Example”envpkt mcpMCP Client Configuration
Section titled “MCP Client Configuration”Add envpkt to your MCP client config:
{ "mcpServers": { "envpkt": { "command": "envpkt", "args": ["mcp"] } }}See the MCP Server integration for available tools and resources.