Developer Tools
minimal.dev
Provides tools for searching, inspecting, and analyzing software packages, including security advisories and dependencies.
ENDPOINT 1
https://minimal.dev/api/mcp
MCP server metadata
- Name
- minimal-pkgs
- Version
- 4.0.0
Read-only access to the minimal.dev package catalog (the gominimal/pkgs repository): package metadata, versions, security advisories, dependency graphs, SBOMs, OpenSSF scorecards, and catalog history. Every snapshot is anchored at a commit sha; tools float with the latest commit unless you pass a `sha` (get a sha from list_catalog_commits). Snapshot identity: JSON results carry `schemaVersion` and `commitSha`; search_packages, get_package, and get_advisories additionally carry `pushedAt`. get_sbom returns the raw CycloneDX/SPDX document, whose own metadata carries the snapshot identity. The full REST surface (including bulk and diff endpoints) is described at https://minimal.dev/api/pkgs/openapi.json.
Known tools 8
search_packagesFind catalog packages by name/topic text, category, and/or minimum advisory severity.
Inferred read-onlyget_packageFull record for one package — description, version, dependencies, direct advisories, OpenSSF scorecard, and links.
Inferred read-onlyget_package_versionsVersion-history timeline for a package (newest first), each entry with its commit sha, version, and file/line diff stats.
Inferred read-onlyget_advisoriesSecurity advisories affecting a package: its direct advisories plus (by default) advisories inherited through its transitive runtime dependencies.
Inferred read-onlyget_dependenciesThe package's DIRECT build + runtime dependencies, each enriched with version, license, and active-advisory rollup as of the snapshot.
Inferred read-onlyget_sbomSoftware bill of materials for a package — the transitive build + runtime closure and a vulnerabilities block.
Inferred read-onlylist_catalog_commitsRecent commits on gominimal/pkgs:main (newest first) with their subjects.
Inferred read-onlydiff_catalogWhat changed in the catalog FROM `base` (older commit) TO `sha` (newer commit): packages added/removed, version upgrades, and advisory deltas.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.minimal-pkgs]
url = "https://minimal.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"minimal-pkgs": {
"type": "http",
"url": "https://minimal.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: minimal-pkgs
Remote MCP URL: https://minimal.dev/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"minimal-pkgs": {
"url": "https://minimal.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"minimal-pkgs": {
"type": "http",
"url": "https://minimal.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "minimal-pkgs",
"transport": "streamable-http",
"url": "https://minimal.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.