Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tiber": {
"command": "bash",
"args": [
"-lc",
"set -euo pipefail; for candidate in ./bin/tiber ./plugins/tiber/bin/tiber \"${CODEX_HOME:-$HOME/.codex}\"/plugins/cache/ai-plugins/tiber/*/bin/tiber; do if [ -x \"$candidate\" ]; then exec \"$candidate\" mcp stdio; fi; done; echo \"tiber.mcp_launcher_missing\" >&2; exit 127"
]
}
}
}Server configuration and connection parameters
bashCommand-line arguments passed to the server process
npx claudepluginhub jwilger/ai-plugins --plugin tiber