Skip to main content
Glama

Serverless MCP

by hteek
index.ts478 B
#!/usr/bin/env node import { App } from 'aws-cdk-lib'; import { dirname, join } from 'path'; import { fileURLToPath } from 'url'; import { Config } from '../lib/config.js'; import { GitHubOidcStack, ServerlessMcpStack } from '../lib/index.js'; const __dirname = dirname(fileURLToPath(import.meta.url)); const app = new App(); Config.parseConfig(join(__dirname, '../config')).then((config) => { new ServerlessMcpStack(app, config); new GitHubOidcStack(app, config); });

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/hteek/serverless-mcp'

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