Skip to main content
Glama

Writer MCP

by huangjien
MIT License

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_NAMENoApplication nameWriter MCP
CHAT_MODELNoOpenAI chat model to usegpt-4o-mini
DEBUG_MODENoEnable debug modetrue
DATABASE_URLYesPostgreSQL database connection URL
OPENAI_API_KEYYesYour OpenAI API key
EMBEDDING_MODELNoOpenAI embedding model to usetext-embedding-3-small
MCP_SERVER_NAMENoMCP server namewriter-mcp
OPENAI_BASE_URLNoOpenAI API base URLhttps://api.openai.com/v1
MAX_SEARCH_LIMITNoMaximum limit for search results100
VECTOR_DIMENSIONNoVector embedding dimension1536
TEST_DATABASE_URLNoPostgreSQL test database connection URL
MCP_SERVER_VERSIONNoMCP server version1.0.0
DEFAULT_SEARCH_LIMITNoDefault limit for search results10

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/huangjien/writer-mcp'

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