Proofpane
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |
| 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 |
| skills_listA | List available Hermes skills (name + description + category), governed. Optional |
| skill_viewB | Read a skill's full SKILL.md (and linked reference/template/script files via |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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