Skip to main content
Glama
swesmith-repos

MCP Server for WinDbg Crash Analysis

divide-by-zero.cpp154 B
// divide-by-zero.cpp #include <iostream> int main() { int a = 1; int b = 0; int c = a / b; std::cout << c << 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