← Back to Plugins
MCP Server MCP

WhisperGraph

github By github 👁 2 views ▲ 0 votes

The internet's infrastructure graph for AI agents - 46B nodes and edges, free trial via 2 HTTP calls

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...