Skip to main content
Glama
Sadaf987

School Attendance MCP Server

by Sadaf987
app.module.ts492 B
import { Module } from '@nestjs/common'; import { ConfigModule } from '@nestjs/config'; import { McpController } from './mcp/mcp.controller'; import { AttendanceService } from './services/attendance.service'; import { GithubService } from './services/github.service'; @Module({ imports: [ ConfigModule.forRoot({ isGlobal: true, envFilePath: '.env', }), ], controllers: [McpController], providers: [AttendanceService, GithubService], }) export class AppModule {}

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/Sadaf987/github_sdk'

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