ARL-DMS MCP Server
ARL-DMS MCP Server
通过 stdio JSON-RPC 2.0 将 AKIJ Resources Document Management System (DMS) 暴露给 MCP 客户端 (opencode、Claude 等)。
提供的数据源
# | 来源 | 类型 | 内容 |
1 | ERP (DWH) | MSSQL | 设计上只读(通过 AkijMCP 查询,而非此处) |
2 | Risk database | PostgreSQL (Azure) | 8,288 项风险 / 16 个类别 / 198 个 SBU / 8,288 项控制 |
3 | One Goal One Team (Drive root) | Google Drive | 1,124 个文件 / 187 个文件夹 |
4 | Risk Team - All Policies and SOP | Google Drive | 244 份文档(用户提供的链接) |
5 | Legal Data | Google Drive | 686 个文件 / 235 个文件夹 |
6 | Land | Google Drive | 210 个文件 / 50 个文件夹 |
7 | ESG MLOD SSOT sheets | Google Sheets | 来自 SSOT 1 的 11,636 个链接(+ SSOT 2/3 部分) |
8 | SBU submission sheets | Google Sheets | 127 个链接(32 个工作表中有 5 个公开;其余私有/401) |
9 | Bangladesh Laws (BDLaws portal) | Links | 20 部核心商业/公司法案 |
索引:14,535 条(12,786 个文件 / 1,749 个文件夹),位于
~/.agents/skills/ARL-DMS/library/tree.json。
Related MCP server: Zileo Docs
工具
dms_search(query, source?, limit)— 在所有仓库中搜索文档dms_list(source?, limit)— 列出仓库中的文件dms_details(id | name)— 详情卡片 + 三层合规映射dms_fetch(id, name?)— 从公开 Drive 获取文档文本dms_risk_lookup(query?, category?, sbu?, limit)— 实时 PostgreSQL 风险登记册dms_bdlaws_act(name?)— 20 部法案的官方 bdlaws 链接 + 元数据dms_stats()— 清单统计
运行
node server-arl-dms.js环境变量(通过 MCP 服务器环境块覆盖):
RISK_PG_HOST/RISK_PG_PORT/RISK_PG_DATABASE/RISK_PG_USER/RISK_PG_PASSWORD— PostgreSQL 风险登记册ARL_DMS_SKILL_DIR— ARL-DMS 技能库的路径(默认为~/.agents/skills/ARL-DMS)ARL_DMS_TREE_PATH/ARL_DMS_CONFIG_PATH— 显式索引/配置路径
注册 (opencode)
"ARL-DMS": {
"type": "local",
"command": ["node", "/Users/humaninside/Desktop/ESG_SUS_Agents_Skills_MCPs/MCPs/arl-dms/server-arl-dms.js"],
"enabled": true,
"environment": {
"RISK_PG_HOST": "...", "RISK_PG_PORT": "5432",
"RISK_PG_DATABASE": "risk_register",
"RISK_PG_USER": "...", "RISK_PG_PASSWORD": "...",
"ARL_DMS_SKILL_DIR": "/Users/humaninside/.agents/skills/ARL-DMS"
}
}注意
设计上只读。绝不写入 ERP (DWH) 或 PostgreSQL。
28 个私有 SBU 工作表(401)尚未建立索引 — 请将其分享为“任何拥有 链接的人可查看”,然后重新运行工作表提取。
凭证通过 MCP 环境块提供,而非技能配置。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server that indexes Markdown, Word, HTML, and PDF documents into a SQLite knowledge graph with CJK+Latin full-text search and cross-document reference tracking. Runs drift audits to surface stale policies, conflicting research claims, superseded ADRs, and undocumented code exports.105MIT
- Alicense-qualityAmaintenanceMCP server for indexing, semantic search, and generation of multi-format documents. Exposes 13 tools over JSON-RPC 2.0 so an LLM can search your local PDF, Excel, and Word files, and create or edit Excel and Word documents.AGPL 3.0
- AlicenseAqualityBmaintenanceA local MCP server that enables LLMs to securely search and read files within designated Google Drive folders. Supports Google Docs, Google Sheets, PDFs, and plain text with strict folder-scoping via service account authentication.4MIT
- FlicenseAqualityCmaintenanceA local AI document assistant MCP server that enables listing, reading, and editing documents via tools, resources, and prompts, allowing LLMs to manage document workflows through natural language.3
Related MCP Connectors
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
A paid remote MCP for Context7 MCP docs, built to return verdicts, receipts, usage logs, and audit-r
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/sakibntanmoy006/arl-dms-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server