DoneProof MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DONEPROOF_ALLOWED_ROOTS | No | Constrains project roots. The server will only operate within these allowed root paths. |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_taskB | Create a bounded task and persist a redacted objective. |
| list_tasksA | List persisted proof tasks without reading their projects. |
| get_taskA | Return task, active criteria, verifier profile, evidence, and current assessment. |
| derive_criteriaA | Ask the host model for observable criteria and persist only a draft proposal. |
| set_criteriaA | Replace active criteria with the user-reviewed statements and evidence policies. |
| discover_verifiersA | Derive verifier argv and working directories from live project manifests. |
| prepare_verificationA | Create an evidence-linked verifier plan and a one-time execution token. |
| execute_verificationB | Consume one token, run the candidate verifier, and append observed command evidence. |
| record_file_evidenceB | Hash a project file; only an explicit expected hash produces observed pass or fail. |
| record_attestationA | Record a human-reviewed claim, explicitly labelled as attested rather than observed. |
| assess_completionB | Compute completion from fresh evidence policies and ledger integrity. |
| build_proof_reportB | Write a Markdown proof report containing the matrix and hash-linked evidence ledger. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| proof_prompt |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/efficjump/doneproof-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server