-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
13 lines (13 loc) · 959 Bytes
/
Copy pathserver.json
File metadata and controls
13 lines (13 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.FoundryNet/oss-intel-mcp",
"title": "Open Source Intelligence MCP",
"description": "Check open-source project health, dependency vulnerability/risk, trending repos, and license compatibility — from GitHub, PyPI, npm, and libraries.io.",
"version": "1.0.0",
"homepage": "https://foundrynet.io",
"repository": { "url": "https://github.com/FoundryNet/oss-intel-mcp", "source": "github" },
"categories": ["developer-tools", "open-source", "data", "security"],
"tags": ["open source", "GitHub", "dependency risk", "package health", "vulnerability check", "license check", "npm", "PyPI"],
"keywords": ["open source", "GitHub", "dependency risk", "package health", "vulnerability check", "license check", "npm", "PyPI"],
"remotes": [ { "type": "streamable-http", "url": "https://oss-intel-mcp-production.up.railway.app/mcp" } ]
}