MCP Windbg
Rank #438io.github.svnscha/mcp-windbg
MCP server providing windbg capabilities
MCP Windbg is a Model Context Protocol (MCP) server published by svnscha. It ranks #438 of 132,046 servers tracked on MCP Toplist, and its repository has 1,585 GitHub stars. MCP Windbg is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 5 tracked versions. It was first listed on May 2, 2025 and most recently updated on Dec 15, 2025.
Ranks ahead of 131,608 of 132,046 servers on MCP Toplist.
Use MCP Windbg
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-windbg -e "CDB_PATH=<your CDB_PATH>" -e "_NT_SYMBOL_PATH=<your _NT_SYMBOL_PATH>" -- uvx mcp-windbgReplace each placeholder with your own value before saving.
claude mcp add mcp-windbg -e "CDB_PATH=<your CDB_PATH>" -e "_NT_SYMBOL_PATH=<your _NT_SYMBOL_PATH>" -- uvx --transport streamable-http --port 8000 mcp-windbgReplace each placeholder with your own value before saving.
[mcp_servers.mcp-windbg]
command = "uvx"
args = ["mcp-windbg"]
[mcp_servers.mcp-windbg.env]
CDB_PATH = "<your CDB_PATH>"
_NT_SYMBOL_PATH = "<your _NT_SYMBOL_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.mcp-windbg]
command = "uvx"
args = ["--transport", "streamable-http", "--port", "8000", "mcp-windbg"]
[mcp_servers.mcp-windbg.env]
CDB_PATH = "<your CDB_PATH>"
_NT_SYMBOL_PATH = "<your _NT_SYMBOL_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-windbg": {
"command": "uvx",
"args": [
"mcp-windbg"
],
"env": {
"CDB_PATH": "<your CDB_PATH>",
"_NT_SYMBOL_PATH": "<your _NT_SYMBOL_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-windbg": {
"command": "uvx",
"args": [
"--transport",
"streamable-http",
"--port",
"8000",
"mcp-windbg"
],
"env": {
"CDB_PATH": "<your CDB_PATH>",
"_NT_SYMBOL_PATH": "<your _NT_SYMBOL_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-windbg": {
"command": "uvx",
"args": [
"mcp-windbg"
],
"env": {
"CDB_PATH": "<your CDB_PATH>",
"_NT_SYMBOL_PATH": "<your _NT_SYMBOL_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-windbg": {
"command": "uvx",
"args": [
"--transport",
"streamable-http",
"--port",
"8000",
"mcp-windbg"
],
"env": {
"CDB_PATH": "<your CDB_PATH>",
"_NT_SYMBOL_PATH": "<your _NT_SYMBOL_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-windbg": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-windbg"
],
"env": {
"CDB_PATH": "<your CDB_PATH>",
"_NT_SYMBOL_PATH": "<your _NT_SYMBOL_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-windbg": {
"type": "stdio",
"command": "uvx",
"args": [
"--transport",
"streamable-http",
"--port",
"8000",
"mcp-windbg"
],
"env": {
"CDB_PATH": "<your CDB_PATH>",
"_NT_SYMBOL_PATH": "<your _NT_SYMBOL_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-windbg": {
"command": "uvx",
"args": [
"mcp-windbg"
],
"env": {
"CDB_PATH": "<your CDB_PATH>",
"_NT_SYMBOL_PATH": "<your _NT_SYMBOL_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-windbg": {
"command": "uvx",
"args": [
"--transport",
"streamable-http",
"--port",
"8000",
"mcp-windbg"
],
"env": {
"CDB_PATH": "<your CDB_PATH>",
"_NT_SYMBOL_PATH": "<your _NT_SYMBOL_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-windbg": {
"command": "uvx",
"args": [
"mcp-windbg"
],
"env": {
"CDB_PATH": "<your CDB_PATH>",
"_NT_SYMBOL_PATH": "<your _NT_SYMBOL_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-windbg": {
"command": "uvx",
"args": [
"--transport",
"streamable-http",
"--port",
"8000",
"mcp-windbg"
],
"env": {
"CDB_PATH": "<your CDB_PATH>",
"_NT_SYMBOL_PATH": "<your _NT_SYMBOL_PATH>"
}
}
}
}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.svnscha%2Fmcp-windbg)<a href="https://mcptoplist.com/server/io.github.svnscha%2Fmcp-windbg"><img src="https://mcptoplist.com/badge/io.github.svnscha%2Fmcp-windbg.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
svnscha
Available versions (5)
| Version | Published |
|---|---|
| 0.12.2 | Dec 15, 2025 |
| 0.10.0 | Oct 11, 2025 |
| 0.2.5 | Oct 11, 2025 |
| 0.2.3 | Oct 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Windbg?
- MCP Windbg is maintained by svnscha, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is MCP Windbg listed on the Official MCP Registry?
- Yes — MCP Windbg is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does MCP Windbg have?
- MCP Toplist tracks 5 versions of MCP Windbg, most recently published on Dec 15, 2025.
- Where can I find the source code for MCP Windbg?
- The source code for MCP Windbg is hosted at github.com/svnscha/mcp-windbg.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.