Skip to main content
Glama

MySQL MCP Server

by QiPanTanYi
app.module.ts289 B
import { Module } from '@nestjs/common'; import { ConfigModule } from './config/config.module'; import { ChatModule } from './chat/chat.module'; import * as dotenv from 'dotenv'; dotenv.config(); @Module({ imports: [ ConfigModule, ChatModule, ], }) export class AppModule {}

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/QiPanTanYi/mysql-mcp'

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