Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

PkgSeek Linux Intelligence

io.github.yeagoo/pkgseek

Linux package, file, command, vulnerability, lifecycle, migration, and repository intelligence.

Uptime
100.0%
1 direct probes · 30d
Response
820ms
last probe
Tools
22
callable
Resources
0
readable
Prompts
0
available

Tools · 22

search_tools

Search curated Linux command-line tools.

get_tool

Get a sourced tool record, commands, flags and distribution mappings.

resolve_install

Resolve a tool and distribution to its package, real binary and install command.

identify_binary

Reverse an executable name to curated tools and packages.

query_file_provides

Find packages that contain a command or filesystem path.

diagnose_linux_error

Turn a package-not-found or command-not-found error into matching packages and install guidance.

lint_command

Statically inspect a shell command for unsupported flags and portability issues. The command is never executed.

explain_command

Explain and statically inspect a command using the Command Doctor knowledge base. The command is never executed.

suggest_fix

Return conservative, sourced guidance for command syntax or portability problems. The command is never executed.

compare_distros

Compare installation names and commands for a tool across Linux distributions.

search_packages

Search package names across repositories and distributions.

get_package

Get package metadata, dependencies, files and vulnerability evidence for one distribution.

compare_package_versions

Compare a package's versions and repositories across distributions.

search_vulnerabilities

Search cached CVE or CNNVD records, with optional distribution and severity filters.

get_vulnerability

Get a cached CVE or CNNVD record and distribution-aware affected-package evidence.

check_release_lifecycle

Evaluate whether a Linux distribution release is active, nearing EOL or unsupported under a CI policy.

get_distro_lifecycle

List cached lifecycle facts for a Linux distribution.

compare_distro_releases

Compare package additions, removals and version changes between two releases.

plan_distro_migration

Map packages from one distribution release to another and report missing or ambiguous replacements.

get_package_history

Trace indexed package version history for regression investigation.

get_repository_health

Read repository freshness, package counts and indexing health.

get_context

Get a token-efficient context pack with trust and execution guardrails for an agent.

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"
    }
  }
}