Skip to main content
Glama
returdex

EvidenceLens MCP

by returdex

EvidenceLens MCP

EvidenceLens MCP는 결정적(deterministic) 읽기 전용 증거 검토 계약을 위한 TypeScript Model Context Protocol 서버입니다. 단일 review_evidence 도구는 Phase 2 인라인 콘텐츠와, 명시적으로 구성된 경우 Phase 3 파일시스템 소스를 수용합니다. 텍스트, 표, PDF, 이미지, 스크린샷을 출처(provenance) 메타데이터로 정규화하면서 발견 사항(findings)은 비워 두고 제공자 호출을 하지 않습니다.

로컬 개발

npm install
npm run dev
npm test
npm run build

npm run devsrc/server.ts에서 stdio를 통해 MCP 서버를 시작합니다. npm test는 전체 계약, 정규화기, 픽스처, 안전성, MCP 프로토콜 테스트 스위트를 실행합니다. npm run build는 서버를 타입 검사하고 컴파일합니다.

Related MCP server: smart-read-mcp

MCP 계약

정확한 인라인/파일시스템 요청 계약, 루트 구성 문법, 바이트 제한, filesystem:// 출처, 정규화된 증거 메타데이터, 안정적인 오류, 읽기 전용/제공자 없음/발견 사항 없음 경계에 대해서는 docs/mcp-contract.md를 참조하세요.

플랫폼 참고 사항: 기본 파일시스템 리더는 Linux에서 디스크립터 기준 컴포넌트 탐색을 사용합니다. 이 프로젝트가 지원하는 Node openat/openat2 바인딩이 없는 macOS에서는 기본 고정(anchored) 파일시스템 읽기가 정화된 ACCESS_DENIED와 바이트 없이 실패 폐쇄(fail closed)되며, 경로명 대체는 없습니다. Phase 2 인라인 증거는 계속 지원되며, 임베딩 테스트는 이식 가능한 파일시스템 읽기 커버리지를 위해 검토된 안전한 파일시스템 어댑터를 주입할 수 있습니다.

선택적 파일시스템 루트

루트가 구성되지 않으면 파일시스템 접근이 비활성화되며, 서버는 현재 디렉터리, 홈 디렉터리, 저장소 또는 다른 광범위한 기본값으로 절대 대체하지 않습니다. 쉼표 또는 세미콜론으로 구분된 반복 id=absolute-path 항목으로 명시적 루트를 구성하세요:

EVIDENCELENS_ALLOWED_ROOTS='course=/absolute/path/course;examples=/absolute/path/examples' npm run dev

루트 ID는 [A-Za-z][A-Za-z0-9_-]{0,31}와 일치해야 합니다. 빈 항목, 중복 ID, 정규 경로 충돌, 읽을 수 없는 루트, 디렉터리가 아닌 항목, 상대 경로, 잘못된 형식의 항목은 안정적인 메시지 Invalid filesystem root configuration으로 실패하며, 경로는 절대 에코되지 않습니다.

Install Server
A
license - permissive license
C
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    A bounded evidence review engine that ingests documents, extracts evidence for a given claim, detects contradictions, and produces auditable evidence packets without hallucinations or open-web research.
  • A
    license
    Not graded
    quality
    F
    maintenance
    Provides a universal read path for agents to extract facts, metadata, and provenance from local files and guarded remote URLs without using generative LLMs.
    MIT
  • A
    license
    C
    quality
    B
    maintenance
    A fail-closed preflight, approval, evidence, and verification runtime for agents, preventing unsupported output from being treated as verified completion.
    3
    MIT

View all related MCP servers

Related MCP Connectors

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/returdex/EvidenceLens-MCP'

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