Skip to main content
Glama
Labeeb2339

local-evidence-mcp

by Labeeb2339

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
evidence_statusA

Show the configured evidence boundary, retrieval mode, and write policy.

evidence_searchB

Search allowlisted local notes with optional local embeddings and deterministic lexical fallback.

evidence_readA

Read one allowlisted UTF-8 note with potential credentials and raw challenge flags redacted.

evidence_create_noteB

Create a new evidence note in one configured directory; never overwrite.

evidence_append_lessonC

Append one evidence-backed lesson to the configured ledger.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a distinct, non-overlapping purpose: read a single note, create a note, check status, search notes, and append a lesson. There is no ambiguity about which tool to use for a given operation.

Naming Consistency4/5

All tools share the 'evidence_' prefix and mostly follow a verb_noun pattern (read, create_note, search, append_lesson). 'evidence_status' is a minor deviation as it uses a noun rather than an explicit verb like 'get_status' or 'show_status', but the overall pattern is consistent and readable.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose of managing local evidence notes. Each tool covers a core operation without unnecessary bloat, making the set easy to navigate.

Completeness4/5

The tool set covers the primary lifecycle: create, read, search, and append lessons, plus status. It lacks explicit update/delete operations, but given the 'never overwrite' policy and the append-only nature of lessons, these omissions are likely intentional and not a major gap.

Maintenance

ActivityMaintained
ResponsivenessNo issues