← opensources.dev

INDIVIDUAL MCP TOOL

get_library

Get the full opensources.dev analysis for one library by its slug: summary, health score, license + publish terms, weekly downloads, OSV security advisories, alternatives, and links to the page and clean Markdown.

opensources.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

opensources.dev

CONNECT 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.opensources-dev]
url = "https://opensources.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "opensources-dev": {
      "type": "http",
      "url": "https://opensources.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: opensources-dev
Remote MCP URL: https://opensources.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": {
    "opensources-dev": {
      "url": "https://opensources.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "opensources-dev": {
      "type": "http",
      "url": "https://opensources.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "opensources-dev",
  "transport": "streamable-http",
  "url": "https://opensources.dev/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_libraries — Search opensources.dev for open-source libraries by keyword, with our original summary, maintenance-health score, weekly downloads, and known security advisories.
  • compare_libraries — Compare 2–3 libraries side by side by stars, weekly downloads, security, maintenance health and license, with an original verdict.
  • audit_dependencies — Vet a set of packages BEFORE installing them.
  • find_alternatives — Find vetted alternatives to a library by its slug, when one is unmaintained, insecure, too heavy, or has the wrong license.