Sitelemetry plugins
This public distribution contains the Sitelemetry integration surface only:the Codex, Claude Code, and Cursor plugin manifests, Gemini CLI extension,Local Agent launcher, audit skill, documentation, and brand assets. Sitelemetry's proprietary application andaudit-engine source are not part of this repository.
Codex and Claude Code package version: 0.4.2
Connect in Cursor
The Cursor plugin connects to SitelemetryCloud using OAuth. It provides seven website audit tools through thehttps://sitelemetry.com/mcp/v2 endpoint. See theCursor setup guide for manual MCP configuration.
Connect in Gemini CLI
The Gemini CLI extension connects to Sitelemetry Cloudthrough the general OAuth endpoint. It installs one remote MCP server and nolocal executable. See the guide for installation and browser authentication.
Install in Codex
macOS, Linux, or Git Bash:
codex plugin marketplace add ozandikici/sitelemetry-plugins && codex plugin add sitelemetry@sitelemetry
Windows PowerShell:
codex plugin marketplace add ozandikici/sitelemetry-plugins; if ($LASTEXITCODE -eq 0) { codex plugin add sitelemetry@sitelemetry }
Start a new Codex task after installation so the plugin's skill and MCPservers are loaded.
Install in Claude Code
macOS, Linux, or Git Bash:
claude plugin marketplace add ozandikici/sitelemetry-plugins && claude plugin install sitelemetry@sitelemetry
Windows PowerShell:
claude plugin marketplace add ozandikici/sitelemetry-plugins; if ($LASTEXITCODE -eq 0) { claude plugin install sitelemetry@sitelemetry }
Open /mcp inside Claude Code, select the Sitelemetry server and chooseAuthenticate to complete browser sign-in and approval.
What the Codex and Claude Code plugin installs
sitelemetry: the OAuth-protected Sitelemetry Cloud MCP server for productionwebsites, using the general OAuth endpoint.sitelemetry-local: a loopback-only Local Agent forlocalhost,127.0.0.1, and::1development sites.local-web-audit: the audit, safe-fix, re-test, and before/after workflow.
Codex and Claude Code connect to https://sitelemetry.com/mcp. Public auditscan use public targets; protected security modules and Full Audit requireworkspace ownership verification. Claude.ai's Directory connection isdocumented separately. See theclient setup guide for verification andaccount requirements.
The Local Agent launcher downloads only the exact platform binary declared bySitelemetry's signed release manifest. It verifies the manifest's Ed25519signature plus the binary's size and SHA-256 digest before execution. TheLocal Agent sends no site data to Sitelemetry Cloud. Audit requests and resultsreturn to the MCP client and may be processed by its model provider under theuser's client/provider settings.
Documentation: https://sitelemetry.com/mcp-guide
Privacy: https://sitelemetry.com/privacy