Skip to main content
Glama
Proofpane

Proofpane

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
bashC

Execute a bash command in the project directory. Output is captured and truncated.

readC

Read a file from the project directory. Path traversal is blocked.

write

Write content to a file (overwrites). Parent directories are created.

edit

Replace one occurrence of old_string with new_string in a file.

glob

Find files matching a glob pattern under the project.

grepB

Search for a regex pattern in files (uses system grep -r -n).

listdir

List contents of a directory.

search_compliance_docsA

Search the Proofpane governance / compliance document corpus via the cloud RAG service. Returns the top N matching chunks with source + relevance score. Default collection + retrieval method come from this agent's rag_config (configured in the Proofpane UI); override per-call with the collection arg when needed.

ingest_to_rag

Upload a LOCAL file into the Proofpane governance RAG corpus. The cloud parses it (PDF / DOCX / HTML / text), DLP-scrubs secrets, chunks + embeds it, and audits the ingest. After this, the file's contents are searchable with search_compliance_docs on the returned collection. Use when the user wants a local document made available for governed retrieval / Q&A.

session_search

Search + recall past Hermes conversations (governed). Discovery: pass query (FTS5). Read a whole session: session_id. Scroll around a message: session_id+around_message_id. Browse recent: no args.

skills_listA

List available Hermes skills (name + description + category), governed. Optional category filter.

skill_viewB

Read a skill's full SKILL.md (and linked reference/template/script files via file_path), governed.

skill_manageA

Create / edit / patch / delete a skill, or write/remove a skill's linked file (governed — every write is policy-gated + audited).

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/Proofpane/releases'

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