Skip to main content
Glama
index.ts483 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { DB } from "../db/provider.js"; import type { DbAliasMeta } from "../db/registry.js"; // Import individual tool registrars - add new tools here import { registerSqlTools } from "./sql/index.js"; export function registerAllTools( server: McpServer, options: { db: DB; auditPath?: string, ns?: string, meta: Map<string, any>, registry: Map<string, DB> } ) { registerSqlTools(server, options); }

Latest Blog Posts

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/Muhammad-Idzhans/mcp-server'

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