
Starlog
by starloghq
Capability index for AI coding agents. Ranks libraries by what they actually do, not by popularity.
What it does
Starlog is a local capability index that helps AI coding agents make better library decisions. Instead of relying on training data (which often favors popular but unfit libraries), Starlog provides structured, queryable manifests of library capabilities, health signals, and 'skip when' conditions to prevent unsafe or hallucinated dependency choices.
Tools
starlog_search: Queries the local capability index in natural language to find the best-fitting library for a specific task.starlog_init: Configures the MCP server and installs package-install hooks for agent integration.starlog_doctor: Diagnoses the active ranking mode (keyword vs semantic) and server status.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"starlog": {
"command": "node",
"args": ["/path/to/starloghq/dist/mcp.js"]
}
}
}
Supported hosts
- claude
- cursor
- codex
Quick install
npm install -g starloghqInformation
- Pricing
- free
- Published
- 6/2/2026
- stars






