CaseClerk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CASECLERK_DATA_DIR | No | Relocates the data directory itself. | |
| CASECLERK_CONFIG_DIR | No | Relocates the config directory itself. | |
| CASECLERK_PROMPTS_DIR | No | Overrides promptsDir; directory for custom prompts. | |
| CASECLERK_UPDATES_AUTO | No | Overrides updates.auto; whether to auto-check for updates (true/false). | |
| CASECLERK_DOCUMENTS_ROOT | No | Overrides documentsRoot in config.json; the root folder containing case documents. | |
| CASECLERK_PROCESSING_WATCH | No | Overrides processing.watch; whether to watch for changes (true/false). | |
| CASECLERK_PROCESSING_IGNORE | No | Overrides processing.ignore; comma-separated glob patterns to ignore. | |
| CASECLERK_EMAILS_FOLDER_NAME | No | Overrides emailsFolderName; the folder name for generated emails. | |
| CASECLERK_SUMMARIZATION_MODEL | No | Overrides summarization.model; model to use for summarization. | |
| CASECLERK_SUMMARIZATION_ENABLED | No | Overrides summarization.enabled; enable summarization (true/false). | |
| CASECLERK_PROCESSING_CONCURRENCY | No | Overrides processing.concurrency; number of documents processed concurrently. | |
| CASECLERK_SUMMARIZATION_BASE_URL | No | Overrides summarization.baseUrl; base URL for the summarization provider. | |
| CASECLERK_SUMMARIZATION_PROVIDER | No | Overrides summarization.provider; provider for summarization. | |
| CASECLERK_EMAIL_FILE_NAME_TEMPLATE | No | Overrides emailFileNameTemplate; template for email file names. | |
| CASECLERK_SUMMARIZATION_API_KEY_ENV | No | Overrides summarization.apiKeyEnv; the name of the environment variable containing the API key (never the secret itself). | |
| CASECLERK_UPDATES_CHECK_INTERVAL_HOURS | No | Overrides updates.checkIntervalHours; hours between update checks. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/chrismeyersfsu/caseclerk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server