Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub wyattjoh/claude-code-marketplace --plugin op-remoteCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"op-remote": {
"command": "npx",
"args": [
"@wyattjoh/op-remote@0.5.3",
"serve",
"--env-file=.env.tpl"
],
"env": {
"REMOTE_OP_TIMEOUT": "${user_config.timeout}",
"REMOTE_OP_TELEGRAM_CHAT_ID": "${user_config.telegram_chat_id}",
"REMOTE_OP_TELEGRAM_BOT_TOKEN": "${user_config.telegram_bot_token}",
"REMOTE_OP_TELEGRAM_APPROVER_IDS": "${user_config.telegram_approver_ids}"
}
}
}
}Replace placeholder values for: REMOTE_OP_TELEGRAM_BOT_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
REMOTE_OP_TIMEOUT=${user_config.timeout}REMOTE_OP_TELEGRAM_CHAT_ID=${user_config.telegram_chat_id}REMOTE_OP_TELEGRAM_BOT_TOKEN=${user_config.telegram_bot_token}REMOTE_OP_TELEGRAM_APPROVER_IDS=${user_config.telegram_approver_ids}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.