Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
USE_UVNoSet to 1 to run the MCP server via uv, 0 for plain python0
OPENAI_MODELYesModel to use, e.g. gpt-4o (required)
OPENAI_API_KEYYesYour OpenAI API key (required)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_doc_contentsA

Can be used to read and return the contents of a doc as a string

create_docB

Create a new document with the given content

edit_doc_contentsC

Can be used to edit the contents of a doc

delete_docA

Delete a document

allow_pathA

Grant the MCP server access to an absolute file path for this session

Prompts

Interactive templates invoked by user choice

NameDescription
formatRewrites the content of the document in markdown format
summarizeSummarized the content of the document
rewriteRewrite a document in a different tone or style
convertConvert a document from one format to another (e.g. csv to json, yaml to markdown)

Resources

Contextual data attached and managed by the client

NameDescription
list_files
list_recent