Exposes self-owned AI agent plugins as tools to Claude Code via a stdio MCP server, allowing Claude to call system info, calculator, or scribe transcriber directly.
{
"mcpServers": {
"engine-1": {
"command": "uvx",
"args": [
"engine"
]
}
}
}