Skip to main content
Glama

CodeGraph MCP Server

by NabiaTech
alpha.ts252 B
import { greet } from './utils'; export function main(name: string) { log(greet(name)); } function log(msg: string) { console.log(msg); } export class Person { constructor(public name: string) {} speak() { return greet(this.name); } }

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/NabiaTech/codegraph-mcp'

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