MCP CLI Chat
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USE_UV | No | Set to 1 to run the MCP server via uv, 0 for plain python | 0 |
| OPENAI_MODEL | Yes | Model to use, e.g. gpt-4o (required) | |
| OPENAI_API_KEY | Yes | Your 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| format | Rewrites the content of the document in markdown format |
| summarize | Summarized the content of the document |
| rewrite | Rewrite a document in a different tone or style |
| convert | Convert a document from one format to another (e.g. csv to json, yaml to markdown) |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_files | |
| list_recent |