Skip to main content
Glama

CodeGraphContext

Makefile247 B
CC ?= cc CFLAGS ?= -Iinclude -DENABLE_STATS=1 -Wall -Wextra -std=c11 SRC := src/main.c src/util.c src/math/vec.c src/module.c BIN := cgc_sample all: $(BIN) $(BIN): $(SRC) $(CC) $(CFLAGS) $(SRC) -o $(BIN) clean: rm -f $(BIN) .PHONY: all clean

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