MCP Server
MCP
HVTracker MCP
Pre-connect trust checks for AI agents and MCP servers using HVTracker's public trust registry.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://hvtracker.net/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "hvtracker-mcp",
"version": "0.3.0",
"transport": {
"type": "stdio"
}
},
{
"registryType": "pypi",
"identifier": "hvtracker-mcp",
"version": "0.3.0",
"transport": {
"type": "stdio"
}
},
{
"registryType": "oci",
"identifier": "ghcr.io/yugantm/hvtracker-mcp:v0.3.0",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
streamable-http
npm
pypi
oci
By
Comments
Sign in to leave a comment