Skip to main content
Glama

MCP Server NestJS

by Cstannahill
posts.module.ts470 B
// posts.module.ts import { Module } from '@nestjs/common'; import { TypeOrmModule } from '@nestjs/typeorm'; import { PostsService } from './posts.service'; import { PostsController } from './posts.controller'; import { Post } from './entities/post.entity'; import { User } from '../users/entities/user.entity'; @Module({ imports: [TypeOrmModule.forFeature([Post, User])], controllers: [PostsController], providers: [PostsService], }) export class PostsModule {}

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/Cstannahill/mcp-server-nestjs'

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