lingolayer
v0.1.2
Published
One-command installer for LingoLayer Native Mode MCP integrations.
Readme
lingolayer
One-command installer for LingoLayer Native Mode MCP integrations.
Usage
npx -y lingolayer instructions --url '<mcp-url>'
npx -y lingolayer install --target claude-code --url '<mcp-url>'
npx -y lingolayer install --target openclaw --url '<mcp-url>'
npx -y lingolayer install --target hermes --url '<mcp-url>'Targets:
claude: prints the Claude connector URL and short Instructions textclaude-code: runsclaude mcp add --transport http ...and writes Native Mode instructions to~/.claude/CLAUDE.mdopenclaw: runsopenclaw mcp set ..., probes the server, and writes Native Mode instructions to~/.openclaw/workspace/AGENTS.mdhermes: updates~/.hermes/config.yamland writes Native Mode instructions to~/.hermes/SOUL.mdall: prints Claude instructions, configures OpenClaw, and updates Hermes
Options:
--no-instructions: install the MCP server only--claude-code-scope <user|local|project>: choose Claude Code MCP/instruction scope--claude-home <path>: write user-level Claude Code instructions to a custom Claude home--openclaw-workspace <path>: write OpenClaw instructions to a custom workspaceAGENTS.md--hermes-home <path>: update a custom Hermes home directory
Local test
node bin/lingolayer-native-mode.js instructions
node bin/lingolayer-native-mode.js install --target claude-code --dry-run
node bin/lingolayer-native-mode.js install --target openclaw --dry-run
HOME="$(mktemp -d)" node bin/lingolayer-native-mode.js install --target hermes