Skip to main content
Glama

User Info MCP Server

by huseyindol
index.ts437 B
// Tools modülü - Ana export dosyası import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { registerUserTools } from "./user-tools.js"; // Export all tools export * from "./user-tools.js"; // Main tool registration function export function registerAllTools(server: McpServer): void { // User tools'ları kaydet registerUserTools(server); console.error("✅ Tüm tools başarıyla kaydedildi"); }

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/huseyindol/McpProjectScaffold'

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