mcpbeat Sign in

golive MCP Server

local only

golive runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 24 Sep 2026.

Check a site before you share it: link previews, SPA refresh 404s, noindex, security headers.

Installs / week
npm · golive-mcp
0
Stars
0 open issues
24 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check golive every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add golive-mcp -- npx -y golive-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "golive-mcp": {
      "args": [
        "-y",
        "golive-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.golive-mcp]
command = "npx"
args = ["-y", "golive-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "golive-mcp": {
      "args": [
        "-y",
        "golive-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "golive-mcp": {
      "args": [
        "-y",
        "golive-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to golive

same job, measured the same way
Mcpgrade
by mcpgrade

Security grades (A-F) for MCP servers. Check one before you install or trust it. mcpgrade.dev

22 installs/wk local only
Architect
by hirosecure

Security reviews for coding agents: diffs checked against your org policy and live infrastructure.

answering
Jikida
by jikida

Security tools for your AI: scan, pentest, check headers, guard code and scan repos for secrets.

778 installs/wk local only
C
PCBLT — Live Checks
by pcblt

Live DNS, email-auth and redirect checks, HTTP security headers, uptime history, PC hardware prices.

12 tools answering
Security Headers Csp Lint
by jmshinhwa

Reads security headers and CSP line by line in your config file and names the lines that silently do

340 installs/wk local only
EverThread
by pb-digital-llc

Plain-English website security check for agents: certificate, headers, scripts, forms, spam.

local only
Compliance Check
by hatchloop

Preview a TCPA/GDPR/CASL/10DLC gate result before spending a paid send. No key needed.

8 tools answering
Nel Veil
by nelproinc

Free passive security scanning - check any domain's DMARC, TLS, headers, and exposures.

44 installs/wk local only

golive — questions

Answers built from our own checks of this server.

Why is there no uptime for golive?
golive runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package golive-mcp.
How do I connect golive?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls golive-mcp straight from npm; nothing to host, nothing to sign up for.
Is golive open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.