PkgSeek Linux Intelligence
io.github.yeagoo/pkgseekLinux package, file, command, vulnerability, lifecycle, migration, and repository intelligence.
Tools · 22
Search curated Linux command-line tools.
Get a sourced tool record, commands, flags and distribution mappings.
Resolve a tool and distribution to its package, real binary and install command.
Reverse an executable name to curated tools and packages.
Find packages that contain a command or filesystem path.
Turn a package-not-found or command-not-found error into matching packages and install guidance.
Statically inspect a shell command for unsupported flags and portability issues. The command is never executed.
Explain and statically inspect a command using the Command Doctor knowledge base. The command is never executed.
Return conservative, sourced guidance for command syntax or portability problems. The command is never executed.
Compare installation names and commands for a tool across Linux distributions.
Search package names across repositories and distributions.
Get package metadata, dependencies, files and vulnerability evidence for one distribution.
Compare a package's versions and repositories across distributions.
Search cached CVE or CNNVD records, with optional distribution and severity filters.
Get a cached CVE or CNNVD record and distribution-aware affected-package evidence.
Evaluate whether a Linux distribution release is active, nearing EOL or unsupported under a CI policy.
List cached lifecycle facts for a Linux distribution.
Compare package additions, removals and version changes between two releases.
Map packages from one distribution release to another and report missing or ambiguous replacements.
Trace indexed package version history for regression investigation.
Read repository freshness, package counts and indexing health.
Get a token-efficient context pack with trust and execution guardrails for an agent.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"pkgseek_linux_intelligence": {
"url": "https://api.pkgseek.com/mcp",
"transport": "streamable-http"
}
}
}