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.
We read the source, 1 h ago · rules 3dff92dd89df
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.
postinstall: node postinstall.mjs
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.
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.
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.
claude mcp add starlog -- npx -y starloghq
{
"mcpServers": {
"starlog": {
"args": [
"-y",
"starloghq"
],
"command": "npx"
}
}
}
[mcp_servers.starlog]
command = "npx"
args = ["-y", "starloghq"]
{
"mcpServers": {
"starlog": {
"args": [
"-y",
"starloghq"
],
"command": "npx"
}
}
}
{
"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.
Human judgment for AI agents: discover capabilities, get quotes, and track paid human tasks.
Package risk checks: maintenance, licence, advisories. Paid per call in USDC, no signup.
Check packages for CVEs, slopsquatting, and CISA KEV before your AI agent installs them.
Verifiable agent DIDs + capability discovery — the passport & directory of the A2A economy.
check-package: block malicious npm/PyPI deps before your AI agent installs them. Free, no key.
Fallback capability resolver for AI agents with replay-verified discovery and x402 paid execution.
Local MCP control plane for persistent sessions and compact capability discovery.
Mine your local AI coding session logs into a profile your agent loads before every task.
Answers built from our own checks of this server.