SCANOSS MCP Server
@matiasdaloia
SCANOSS MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"scanoss-mcp-server": {
"command": "uv",
"args": [
"run",
"scanoss_mcp_server.py"
]
}
}
}ツール
1`code`: The code snippet to scan (required)
概要
What is SCANOSS MCP Server?
The SCANOSS MCP Server integrates SCANOSS’s open source scanning capabilities with the Model Context Protocol, allowing language models to scan code snippets for undeclared open source content, check license compliance for combinations of open source licenses, and get actionable insights on open source components in code.
How to use SCANOSS MCP Server?
Install via uv locally (uv venv, uv pip install -e .) or use the Docker image (docker pull mcp/scanoss-mcp-server). Configure your MCP client (e.g., Claude Desktop) with the appropriate command and environment variables (SCANOSS_API_KEY, SCANOSS_API_URL). Run the server and invoke tools such as scan_code_snippet.
Key features of SCANOSS MCP Server
- Detect open source components in code snippets, files, and snippets
- Analyze license combinations for compatibility and compliance
- Receive well‑formatted actionable scan insights
- Works with free (osskb.org) or enterprise SCANOSS instances
Use cases of SCANOSS MCP Server
- Scan code generated by an AI assistant for undeclared open source content
- Check license compliance before including third‑party code in a project
- Get real‑time compliance feedback during code review or development
FAQ from SCANOSS MCP Server
What are the runtime requirements?
Python 3.12+ and the uv package manager are required. Dependencies include the SCANOSS Python SDK and MCP Python SDK.
Is an API key required?
No. If no API key is provided, the server uses the free osskb.org service. An optional key enables enterprise SCANOSS instances.
How can I run the server with Docker?
Pull the image with docker pull mcp/scanoss-mcp-server, then run it with docker run -i --rm -e SCANOSS_API_KEY=your_key -e SCANOSS_API_URL=your_url mcp/scanoss-mcp-server.
What tools does the server expose?
The only tool documented is scan_code_snippet, which scans a code snippet for open source components and requires the parameters code and file_name.
Can I use the server with Claude Desktop?
Yes. Add a configuration entry to claude_desktop_config.json specifying the command (uv or docker) and the required environment variables.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Nginx UI
0xJackyYet another WebUI for Nginx
コメント