Skip to main content
Glama
app.module.tsโ€ข607 B
import { Module } from '@nestjs/common'; import { AppController } from './app.controller'; import { AppService } from './app.service'; import { ConfigModule } from '@nestjs/config'; import configuration from './config/configration'; import { AzureDevOpsService } from './azure-devops.service'; import { MCPController } from './mcp.controller'; import configSetup from './config/configration'; @Module({ imports: [ConfigModule.forRoot({ isGlobal: true, ...configSetup, })], controllers: [AppController,MCPController], providers: [AppService, AzureDevOpsService], }) 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/saktheeswar/Azure_Devops_MCP_Server'

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