MCP Server
MCP
WhisperGraph
The internet's infrastructure graph for AI agents - 46B nodes and edges, free trial via 2 HTTP calls
Install
npx -y @whisper-security/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.whisper.security"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@whisper-security/whisper-graph-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "WhisperGraph API key. Get a free one at https://console.whisper.security/sign-up",
"isSecret": true,
"name": "WHISPER_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment