Skip to content

envpkt mcp

Start the envpkt MCP server for AI agent integration. Uses stdio transport.

Terminal window
envpkt mcp [options]

| Option | Description | Default | | --------------------- | --------------------- | ------------- | | -c, --config <path> | Path to envpkt.toml | Auto-detected |

Terminal window
envpkt mcp

Add envpkt to your MCP client config:

{
"mcpServers": {
"envpkt": {
"command": "envpkt",
"args": ["mcp"]
}
}
}

See the MCP Server integration for available tools and resources.