Skip to main content
Glama
swesmith-repos

MCP Server for WinDbg Crash Analysis

nullptr-dereference.cpp160 B
// nullptr-dereference.cpp #include <iostream> int main() { int *ptr = nullptr; int value = *ptr; std::cout << value << std::endl; return 0; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/swesmith-repos/svnscha__mcp-windbg.20b852b5'

If you have feedback or need assistance with the MCP directory API, please join our Discord server