Developer Tools
Ship agent-ready docs
The same Glintbase scanner core, three ways to run it. Install the MCP server for in-editor audits, the CLI for CI gates, or the agent skill to teach your coding agent the whole workflow.
In-editor, interactive
MCP Server
Zero-config scanner tools your coding agent drives directly. No API keys, no .env — the agent reasons over the results.
.mcp.jsonjson
{
"mcpServers": {
"glintbase": {
"command": "npx",
"args": ["-y", "@glintbase/mcp"]
}
}
}CI gates & scripts
CLI
Beautiful terminal output, JSON/Markdown reports, and exit codes for CI. Bring your own model (cloud or local).
Install & scanbash
npm install -g @glintbase/cli glintbase scan https://docs.example.com
CI gatebash
npx @glintbase/cli scan https://docs.example.com --fail-under 70 --quiet
Agent playbook
Agent Skill
Teach any coding agent when and how to use Glintbase — the golden tool sequence, score interpretation, and MCP-vs-CLI guidance.
Install the skillbash
# Claude Code cp -r skills/glintbase-agent-readiness ~/.claude/skills/ # Qoder / .agents cp -r skills/glintbase-agent-readiness .agents/skills/