mcpbeat Sign in

Starlog MCP Server

by starloghq Your server? Claim it
local only

Starlog runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from npm. Last commit 28 Jul 2026.

Vet a package (CVEs, license, maintenance) before your AI agent uses it, plus capability discovery.

Installs per day peak 332 · avg 42 · +45% w/w
a month agotoday
76
Installs / week
npm · starloghq
10
Stars
2 open issues
28 Jul 2026
Last commit
0 releases in 90 days
BUSL-1.1
License
TypeScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node postinstall.mjs
Runs an external command src/doctor.ts:105
    const child = spawn(cmd.command, cmd.args, { stdio: ['pipe', 'pipe', 'ignore'] });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 starlog -- npx -y starloghq
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "starlog": {
      "args": [
        "-y",
        "starloghq"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.starlog]
command = "npx"
args = ["-y", "starloghq"]
.cursor/mcp.json
{
  "mcpServers": {
    "starlog": {
      "args": [
        "-y",
        "starloghq"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "starlog": {
      "args": [
        "-y",
        "starloghq"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: STARLOG_API_KEY (Optional. Unlocks the hosted full-corpus search tier + hosted facts API; the server runs fully locally without it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Starlog

same job, measured the same way
I
ME Human Capability
by somokpo

Human judgment for AI agents: discover capabilities, get quotes, and track paid human tasks.

35 tools answering
Package Risk
by makosddavid

Package risk checks: maintenance, licence, advisories. Paid per call in USDC, no signup.

38 installs/wk local only
Vdb
by ai-vdb

Check packages for CVEs, slopsquatting, and CISA KEV before your AI agent installs them.

70 installs/wk local only
Agent Identity Registry
by jdhart81

Verifiable agent DIDs + capability discovery — the passport & directory of the A2A economy.

6 tools answering
Jeevesus — DugganUSA Threat Intelligence MCP
by pduggusa

check-package: block malicious npm/PyPI deps before your AI agent installs them. Free, no key.

6 tools answering
MISSING
by leoleon506

Fallback capability resolver for AI agents with replay-verified discovery and x402 paid execution.

23 tools answering
Warmplane
by warmplane

Local MCP control plane for persistent sessions and compact capability discovery.

local only
Emulo
by ohad6k

Mine your local AI coding session logs into a profile your agent loads before every task.

84 installs/wk local only

Starlog — questions

Answers built from our own checks of this server.

Why is there no uptime for Starlog?
Starlog 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 starloghq was installed 76 times last week.
How do I connect Starlog?
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 starloghq straight from npm; nothing to host, nothing to sign up for.
How many people use Starlog?
The npm package starloghq was installed 76 times in the last week. Week over week that is +45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Starlog open source?
No, and the distinction matters: its licence is declared as BUSL-1.1. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.