Trace
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tracerun the Trace wizard"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Trace — the CV tool that won't lie for you
An MCP server that turns your own Claude (Desktop, Code, or any MCP client) into an honest CV co-pilot. Your career data stays on your machine, and every claim on a generated CV is mechanically verified against what you actually did.
Why this exists
Every AI CV tool has the same failure mode: it invents. Trace inverts it.
Truth Base — your CV is parsed into a structured record of what you actually did (
~/.trace/truth_base.json, never uploaded anywhere).Enrich interview — sharp questions that surface the metrics and scope your CV under-sells. Facts you supply, never suggestions to inflate.
Honest fit score — a job description is scored against your Truth Base with a verdict of apply, stretch, or skip. Trace will tell you not to apply.
Tailor with receipts — the CV is generated ONLY from Truth Base evidence. Every claim carries a JSON-path receipt, and the server's
validate_receiptstool resolves each path mechanically. A claim that doesn't resolve fails the gate; the model must remove it before you ever see the document.
The honesty guardrail is code, not a system prompt.
Related MCP server: Fact-Checker MCP Server
Install
Requires Python 3.10+.
git clone https://github.com/defibabylon/trace-mcp.git
cd trace-mcp
pip install -r requirements.txtClaude Code (from the repo directory):
claude mcp add trace -- python server.pyClaude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"trace": {
"command": "python",
"args": ["<absolute path>/trace-mcp/server.py"]
}
}
}No API key. The model you're already talking to does the generation.
Use
Start with the trace_wizard prompt (or just say "run the Trace wizard"). Steps:
Prompt | What happens |
| Resume wherever you left off |
| Paste your CV → Truth Base |
| Interview to fill gaps (metrics, scope, your voice) |
| Paste a JD → blockers, gap map, apply/stretch/skip |
| Receipt-verified CV + cover letter, exported to |
Tools (for the model)
get_wizard_state, save_truth_base, get_truth_base, save_job, get_job, record_fit, validate_receipts, export_document, list_jobs
Privacy
Everything lives in ~/.trace/ on your machine (override with TRACE_HOME). Nothing is sent anywhere except the conversation you are already having with your model. Delete the folder to reset.
Test
python test_server.pyLicense
MIT — AtlasFlow Systems. Trace is an AtlasFlow product; the full web app (no MCP client needed) is in development.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/defibabylon/trace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server