polygraphso
v0.2.0
Published
Look up the polygraph for an MCP server. Independent, lab-evaluated trust grades — see polygraph.so.
Downloads
272
Maintainers
Readme
polygraphso
Look up the polygraph for an MCP server.
Polygraph publishes independent, lab-evaluated trust grades for AI agents and MCP servers. This CLI is a thin wrapper around the public lookup endpoint — a sub-second check against precomputed grades.
The npm package is polygraphso (the polygraph name was taken); the brand and product noun are still "polygraph".
Install
npx polygraphso check npm/@modelcontextprotocol/server-filesystemOr install globally:
npm i -g polygraphso
polygraphso check pypi/mcp-server-gitUsage
polygraphso check <registry>/<owner>/<name>
polygraphso list [--json]
polygraphso --version
polygraphso --helpRegistry-prefixed refs are required. redis exists on npm, pypi, and GitHub with different content — the prefix says which one you mean.
Examples:
polygraphso check npm/@modelcontextprotocol/server-filesystem
polygraphso check npm/lodash
polygraphso check pypi/mcp-server-git
polygraphso check github/anthropic/mcp-server-fooOutput
Tracked server:
→ tracked · top 10 adoption
→ polygraph: not yet available
→ notify me → polygraph.so/notify?for=npm/@modelcontextprotocol/server-filesystemUntracked server:
→ not available yet
→ notify me → polygraph.so/notify?for=npm/obscure-mcp-serverIn v0, behavioral polygraphs aren't published yet — every tracked server shows polygraph: not yet available. The adoption tier and notify URL are real; the polygraph result lands when the litmus harness ships.
Browse the tracked set
polygraphso listPrints every tracked MCP server with its adoption tier and polygraph status, tier-sorted. Pipe through jq with --json:
polygraphso list --json | jq '.servers[] | select(.adoption_tier == "top10")'Configuration
Override the API endpoint (useful for testing):
POLYGRAPH_API_URL=http://localhost:3000 polygraphso check npm/lodashLinks
- Site: https://polygraph.so
- Source: https://github.com/polygraphso/core
- Issues: https://github.com/polygraphso/core/issues
