Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Claudeus WordPress MCP
Claim
by
deus-h
npm
GitHub
TypeScript
4
3
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
config
src/config/config.ts
import dotenv from 'dotenv'; dotenv.config(); export const config = { togetherApiKey: process.env.TOGETHER_API_KEY || '', ollamaBaseUrl: process.env.OLLAMA_BASE_URL || 'http://localhost:11434', modelName: process.env.MODEL_NAME || 'llama2' };