Skip to main content
Glama

ARL-DMS MCP Server

AKIJ Resources Document Management System (DMS)를 MCP 클라이언트에게 (opencode, Claude 등) stdio JSON-RPC 2.0을 통해 노출합니다.

제공되는 소스

#

소스

유형

내용

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) — 상세 카드 + 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에 절대 쓰지 않습니다.

  • 비공개 SBU 시트 28개(401)는 아직 인덱싱되지 않았습니다 — "링크가 있는 모든 사용자가 볼 수 있음"으로 공유한 후 시트 추출을 다시 실행하세요.

  • 자격 증명은 스킬 구성이 아닌 MCP 환경 블록을 통해 제공됩니다.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    MCP 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.
    10
    5
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    MCP 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
  • A
    license
    A
    quality
    B
    maintenance
    A 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.
    4
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    A 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

View all related MCP servers

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

View all MCP Connectors

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/sakibntanmoy006/arl-dms-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server