AgentReceipt feedback for FileCommander MCP #2
cullenmeyers
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I found
ellmos-filecommander-mcpwhile researching MCP projects where agents can interact with files, directories, and local workspace state.I’m building AgentReceipt, a small open-source tool for structured, verifiable action records around MCP/tool calls. The idea is not to replace logs, Git history, filesystem history, or access controls, but to create signed receipts for cases where someone may later need to prove which caller/agent invoked which file operation, with what args/path, and what the server attested.
Your project seemed relevant because filesystem/file-commander tools can sit between an agent and real workspace actions like reading, writing, moving, deleting, or organizing files.
I’m curious: for agent-originated file/workspace actions, would portable signed receipts add anything beyond normal logs, Git history, or filesystem history, or would that feel redundant?
Repo for context: https://github.com/cullenmeyers/AgentReceipt
All reactions