dms-mcp-server
Read-only MCP server that lets AI clients query DMS repositories through a local bridge, supporting tools for health checks, listing connections and items, retrieving item info, and reading documents. Credentials are handled securely via a separate broker.
README
dms-mcp-server
Read-only Model Context Protocol server for DMS repositories exposed by
dms-provider-bridge. Credential resolution is delegated to the local
credential-broker; the MCP server never reads Windows Credential Manager
directly.
MVP tools
bridge_healthlist_connectionslist_itemsget_item_inforead_document
All DMS paths use connection:/path. The server intentionally has no upload,
move, copy, mkdir or delete tools.
Architecture
MCP client --stdio--> dms-mcp-server --HTTP--> dms-provider-bridge --> DMS
|
+----------HTTP--> credential-broker
For a connection path, the MCP server reads the connection auth contract from
the bridge, sends its credential_id to the broker, and passes the resulting
in-memory auth context to the bridge operation. Secrets are not returned in
tool results or written to MCP configuration.
Configuration
Runtime data lives in config/mcp.json, separately from application code:
{
"bridge": {
"url": "http://127.0.0.1:8765",
"minimumVersion": "0.2.0"
},
"broker": { "url": "http://127.0.0.1:8776" },
"runtime": {
"timeoutSeconds": 30,
"maxDocumentBytes": 1048576
}
}
The machine configuration provides the required base document. Optional user
overrides are loaded from %APPDATA%\\DMS MCP\\config\\mcp.local.json and
merged over that base. Set
DMS_MCP_MACHINE_CONFIG_DIR or DMS_MCP_USER_CONFIG_DIR to use other config
directories.
Environment variables remain available as final runtime overrides:
| Variable | Default | Purpose |
|---|---|---|
DMS_BRIDGE_URL |
http://127.0.0.1:8765 |
Local bridge URL |
DMS_BROKER_URL |
http://127.0.0.1:8776 |
Local broker URL |
DMS_MCP_TIMEOUT_SECONDS |
30 |
Upstream HTTP timeout |
DMS_MCP_MAX_DOCUMENT_BYTES |
1048576 |
Maximum document returned to MCP |
DMS_MCP_MIN_BRIDGE_VERSION |
0.2.0 |
Minimum compatible bridge version |
Credential IDs are owned by bridge connection configuration and are never selected by the AI or duplicated in MCP configuration.
Bridge and broker HTTP clients ignore system proxy environment variables. This
keeps local credential resolution and bridge traffic on their configured direct
connections instead of routing them through HTTP_PROXY or ALL_PROXY.
Development
python -m venv .venv
.\.venv\Scripts\pip.exe install -e ".[dev]"
.\.venv\Scripts\python.exe -m pytest
Run the stdio server:
.\.venv\Scripts\dms-mcp-server.exe
Run the read-only live smoke test while bridge and broker are running:
.\.venv\Scripts\python.exe scripts\run_live_smoke.py alfresco edocat
The smoke test exercises all read-only tools. It prints document metadata, size and SHA-256 only; document content is never printed.
Display a bounded tree of DMS folders and files through the MCP server:
.\.venv\Scripts\python.exe scripts\debug_dms.py alfresco edocat --max-depth 2
Optionally verify one document without printing its content:
.\.venv\Scripts\python.exe scripts\debug_dms.py alfresco `
--document "alfresco:/Shared/report.docx"
The debug command prints names and available item metadata. Document
verification prints only MIME type, byte size and SHA-256. Traversal is bounded
by --max-depth, --max-directories and --max-items.
Run the local web inspector to see every MCP request and response side by side:
.\.venv\Scripts\python.exe scripts\web_debug.py
Then open the address configured by inspector.host and inspector.port in
config/mcp.json (default http://127.0.0.1:8780). Command-line --host and
--port values may temporarily override the JSON configuration. The inspector
exposes only the five read-only tools and binds only to localhost. For
read_document, it displays
MIME type, byte size and SHA-256 of the original bytes while omitting document
content. Switch between the raw MCP Response and a clickable UI View for
connections, folders, files and metadata; .. navigates to the parent folder.
Its API accepts only local
Host/Origin values and JSON requests.
Example MCP client configuration:
{
"mcpServers": {
"dms": {
"command": "C:\\Users\\YOUR_USER\\python_projects\\dms-mcp-server\\.venv\\Scripts\\dms-mcp-server.exe",
"env": {
"DMS_BRIDGE_URL": "http://127.0.0.1:8765",
"DMS_BROKER_URL": "http://127.0.0.1:8776"
}
}
}
}
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。