ARL-DMS MCP Server
ARL-DMS MCP Server
AKIJ Resources Document Management System (DMS) を stdio JSON-RPC 2.0 経由で MCP クライアント (opencode、Claude など) に公開します。
提供ソース
# | ソース | 種類 | 内容 |
1 | ERP (DWH) | MSSQL | 設計上読み取り専用 (AkijMCP 経由でクエリされ、ここでは使用されません) |
2 | リスクデータベース | PostgreSQL (Azure) | 8,288 リスク / 16 カテゴリ / 198 SBU / 8,288 コントロール |
3 | One Goal One Team (Drive ルート) | 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 提出シート | Google Sheets | 127 リンク (32 シート中 5 シートが公開、残りは非公開/401) |
9 | Bangladesh Laws (BDLaws portal) | リンク | 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)— 詳細カード + 3 段階のコンプライアンスマッピング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