dms-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DMS_BRIDGE_URL | No | Local bridge URL | http://127.0.0.1:8765 |
| DMS_BROKER_URL | No | Local broker URL | http://127.0.0.1:8776 |
| DMS_MCP_TIMEOUT_SECONDS | No | Upstream HTTP timeout | 30 |
| DMS_MCP_USER_CONFIG_DIR | No | Directory for user configuration | |
| DMS_MCP_MACHINE_CONFIG_DIR | No | Directory for machine configuration | |
| DMS_MCP_MAX_DOCUMENT_BYTES | No | Maximum document returned to MCP | 1048576 |
Capabilities
Features and capabilities supported by this server
| 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 |
|---|---|
| bridge_healthA | Check whether the local DMS Provider Bridge is available. |
| list_connectionsA | List DMS connections available through the bridge. |
| list_itemsB | List files and folders at a connection:/path location. |
| search_itemsA | Search natively below connection:/path. Returned paths are exact and must be reused verbatim; never shorten or rewrite them. By default return unique files only. |
| open_share_urlA | Open an Alfresco or eDoCat DMS share URL read-only. Resolve its exact path, return item metadata, and list contents when it targets a folder. |
| get_item_infoA | Return metadata for one file or folder at connection:/path. |
| read_documentA | Read a size-limited document; text is decoded and binary data is base64 encoded. |
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/mergi72/dms-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server