We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/huangjien/writer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 数据库配置
DATABASE_URL=postgresql://user:password@localhost:5432/writer_mcp
DATABASE_POOL_SIZE=10
# OpenAI 配置
OPENAI_API_KEY=sk-your-openai-api-key-here
OPENAI_MODEL=gpt-4
OPENAI_EMBEDDING_MODEL=text-embedding-3-small
# 应用配置
PYTHON_ENV=development
LOG_LEVEL=info
CACHE_TTL=3600
# 向量配置
VECTOR_DIMENSION=1536
# MCP 服务器配置
MCP_SERVER_NAME=writer-mcp
MCP_SERVER_VERSION=0.1.0