WhisperGraph
Rank #25,362io.github.whisper-sec/whisper-graph
The internet's infrastructure graph for AI agents - 46B nodes and edges, free trial via 2 HTTP calls
WhisperGraph is a Model Context Protocol (MCP) server published by whisper-sec. It ranks #25,362 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. WhisperGraph is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on May 14, 2026 and most recently updated on Jul 19, 2026.
Ranks ahead of 90,098 of 115,460 servers on MCP Toplist.
Use WhisperGraph
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http whisper-graph https://mcp.whisper.security/This endpoint requires authentication — see the server’s docs for credentials.
claude mcp add whisper-graph -e "WHISPER_API_KEY=<your WHISPER_API_KEY>" -- npx -y @whisper-security/whisper-graph-mcpReplace each placeholder with your own value before saving.
[mcp_servers.whisper-graph]
url = "https://mcp.whisper.security/"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.whisper-graph]
command = "npx"
args = ["-y", "@whisper-security/whisper-graph-mcp"]
[mcp_servers.whisper-graph.env]
WHISPER_API_KEY = "<your WHISPER_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.whisper.security/Settings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"whisper-graph": {
"command": "npx",
"args": [
"-y",
"@whisper-security/whisper-graph-mcp"
],
"env": {
"WHISPER_API_KEY": "<your WHISPER_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whisper-graph": {
"url": "https://mcp.whisper.security/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"whisper-graph": {
"command": "npx",
"args": [
"-y",
"@whisper-security/whisper-graph-mcp"
],
"env": {
"WHISPER_API_KEY": "<your WHISPER_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"whisper-graph": {
"type": "http",
"url": "https://mcp.whisper.security/"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"whisper-graph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@whisper-security/whisper-graph-mcp"
],
"env": {
"WHISPER_API_KEY": "<your WHISPER_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whisper-graph": {
"serverUrl": "https://mcp.whisper.security/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"whisper-graph": {
"command": "npx",
"args": [
"-y",
"@whisper-security/whisper-graph-mcp"
],
"env": {
"WHISPER_API_KEY": "<your WHISPER_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whisper-graph": {
"url": "https://mcp.whisper.security/"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"whisper-graph": {
"command": "npx",
"args": [
"-y",
"@whisper-security/whisper-graph-mcp"
],
"env": {
"WHISPER_API_KEY": "<your WHISPER_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.whisper-sec%2Fwhisper-graph)<a href="https://mcptoplist.com/server/io.github.whisper-sec%2Fwhisper-graph"><img src="https://mcptoplist.com/badge/io.github.whisper-sec%2Fwhisper-graph.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
whisper-sec
Other servers by whisper-sec
View all whisper-sec servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Jul 19, 2026 |
| 0.1.0 | May 14, 2026 |
Frequently asked questions
- Who maintains WhisperGraph?
- WhisperGraph is maintained by whisper-sec, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is WhisperGraph listed on the Official MCP Registry?
- Yes — WhisperGraph is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does WhisperGraph have?
- MCP Toplist tracks 2 versions of WhisperGraph, most recently published on Jul 19, 2026.
- Where can I find the source code for WhisperGraph?
- The source code for WhisperGraph is hosted at github.com/whisper-sec/whisper-graph-mcp.