Skip to main content
Glama
vkmtx

veil-mcp

by vkmtx

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VEIL_EFFECTSNocompute the git effect-diff (set 0 to skip in huge repos)true
VEIL_HEAD_LINESNolines kept from the top when condensing20
VEIL_TAIL_LINESNolines kept from the bottom when condensing20
VEIL_TIMEOUT_MSNodefault per-command timeout (0 = none)120000
VEIL_MAX_RECORDSNomax addressable run records (oldest evicted)500
VEIL_MAX_LINE_CHARSNomax chars of any single inline line (longer → capped with a pointer)1000
VEIL_INLINE_MAX_LINESNostdout shorter than this (lines) is returned whole45
VEIL_MAX_STREAM_BYTESNomax bytes stored per stream (older dropped)5000000
VEIL_STDERR_INLINE_ON_FAILNoon failure, show up to this many stderr lines inline60

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
sh_runA

Execute a shell command and return a QUIET, STRUCTURED result: exit code, duration, files changed (git diff), and a token-aware view of stdout/stderr (full on small/failure, head+tail otherwise). Full output is stored and addressable via sh_detail — it is NOT re-emitted into context. Prefer this over a raw Bash call when you care about effects or output is likely verbose.

sh_detailA

Retrieve full stored output for a previous sh_run by id WITHOUT re-running it (feature J — addressable output). Use after a condensed result hid lines you need.

sh_planA

Statically predict what a command WOULD do without running it: blast-radius category (read-only | mutating | destructive | network | complex | unknown), whether it's reversible, and predicted file mutations. Use before destructive or unfamiliar commands. Does NOT execute anything.

sh_checkpointA

Snapshot a working directory under a label so you can restore it later with sh_restore. Excludes .git and node_modules. Take one before a risky or irreversible change.

sh_restoreA

Mirror a directory back to a previous sh_checkpoint (files created since the checkpoint are removed). This is the rollback for an agent's mistakes.

sh_checkpointsA

List existing checkpoint labels.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/vkmtx/veil-mcp'

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