Skip to main content
Glama
LarouTech

MCP Server TypeScript Boilerplate

by LarouTech
config.ts356 B
// src/config/config.ts - Configuration management import { ServerConfig } from "../types/config"; export const config: ServerConfig = { name: process.env.MCP_SERVER_NAME || "mcp-server-boilerplate", version: process.env.MCP_SERVER_VERSION || "1.0.0", port: parseInt(process.env.PORT || "3000", 10), logLevel: process.env.LOG_LEVEL || "info", };

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/LarouTech/mcp-server-boilerplate'

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