Skip to main content
Glama

CodeGraphContext

module.c294 B
#include "module.h" #include "util.h" static int s_secret = 42; // file-local static void module_init(Mode m) { (void)m; s_secret = 42; } int module_compute(int base) { #if ENABLE_STATS g_counter++; #endif return clamp(base + s_secret, 0, 1000); // uses inline from util.h }

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/Shashankss1205/CodeGraphContext'

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