Skip to main content
Glama

Code Context MCP Server

by fkesheh
/** * Common interfaces and types used across the codebase */ /** * Interface for objects that can send progress notifications */ export interface ProgressNotifier { sendProgress: (progress: number, total: number) => Promise<void>; }

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/fkesheh/code-context-mcp'

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