Skip to main content
Glama

SQL MCP Server

by polarisxb
MIT License
1
5
  • Apple
  • Linux
index.ts591 B
import 'reflect-metadata' import { container } from './container.js' import { METADATA_SERVICE, SAMPLER_SERVICE, SECURITY_SERVICE } from './tokens.js' import { MetadataService } from '../../services/metadata/service.js' import { SamplerService } from '../../services/sampler/service.js' import { SecurityService } from '../../services/security/service.js' // 注册服务为单例 container.registerSingleton(METADATA_SERVICE, MetadataService) container.registerSingleton(SAMPLER_SERVICE, SamplerService) container.registerSingleton(SECURITY_SERVICE, SecurityService) export { container }

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/polarisxb/sql-mcp'

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