MCP Office Documents Server
by ForLegalAI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging (1, true, yes) | |
| API_KEY | No | API key for authentication | |
| S3_BUCKET | No | S3 bucket name | |
| AWS_REGION | No | AWS region | |
| GCS_BUCKET | No | GCS bucket name | |
| MINIO_BUCKET | No | Bucket name | |
| MINIO_REGION | No | Region | us-east-1 |
| AWS_ACCESS_KEY | No | AWS access key ID | |
| MINIO_ENDPOINT | No | MinIO server URL | |
| AZURE_CONTAINER | No | Blob container name | |
| UPLOAD_STRATEGY | No | Where to save files: LOCAL, S3, GCS, AZURE, MINIO | LOCAL |
| MINIO_ACCESS_KEY | No | Access key | |
| MINIO_PATH_STYLE | No | Use path-style URLs | true |
| MINIO_SECRET_KEY | No | Secret key | |
| MINIO_VERIFY_SSL | No | Verify SSL certificates | true |
| AZURE_BLOB_ENDPOINT | No | Custom endpoint for sovereign clouds | |
| GCS_CREDENTIALS_PATH | No | Path to service account JSON | /app/config/gcs-credentials.json |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key | |
| SIGNED_URL_EXPIRES_IN | No | How long cloud download links stay valid (seconds) | 3600 |
| RUN_BLOCKING_MAX_WORKERS | No | Maximum concurrent worker threads for blocking tool calls | 4 |
| AZURE_STORAGE_ACCOUNT_KEY | No | Storage account key | |
| AZURE_STORAGE_ACCOUNT_NAME | No | Storage account name | |
| RUN_BLOCKING_BY_ASYNCIO_THREAD_ENABLED | No | Offload blocking tool work to a thread pool | true |
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
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/ForLegalAI/mcp-ms-office-documents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server