@phidiassj/aiyoperps-mcp-installer
v0.7.0
Published
Interactive installer for registering AiyoPerps MCP with supported AI agent hosts.
Maintainers
Readme
AiyoPerps MCP Installer
Interactive installer for registering the AiyoPerps MCP bridge with supported AI agent hosts.
Usage
npx -y @phidiassj/aiyoperps-mcp-installerOptional MCP endpoint override:
npx -y @phidiassj/aiyoperps-mcp-installer --url http://127.0.0.1:5078/mcpCurrent host strategy
Codex: patch~/.codex/config.tomlby updating only themcp_servers.aiyoperpsblockClaude Code CLI: useclaude mcp add-json/claude mcp removeClaude Desktop: merge into the desktop JSON configOpenClaw: useopenclaw config set/openclaw config unset
Notes
- The installer creates
*.bakbackups before editing local config files. - If a host is detected but not considered safe to modify, the installer reports it and skips automatic changes.
- For Codex, the installer writes
startup_timeout_sec = 60. - Before writing host config, the installer installs the bridge package into a stable local runtime directory instead of relying on
npxat every startup. - The generated MCP entry uses
node <local bridge script> --debug-log <local log path> --quiet --url <detected endpoint>. - The generated bridge debug log is stored in the local bridge runtime directory (for example
~/.aiyoperps/mcp-bridge/codex-debug.logon Linux/WSL). - Before installation, the installer probes candidate MCP URLs and only writes config if it finds a reachable endpoint.
