Skip to content
Discussion options

You must be logged in to vote

Wrap the server with the mcp-devtools proxy in your Claude Desktop config.

Before:

"filesystem": { "command": "npx", "args": ["@modelcontextprotocol/server-filesystem", "/tmp"] }

After:

"filesystem": { "command": "npx", "args": ["@adityachilka/mcp-devtools", "proxy", "--record", "trace.mcptrace", "--", "npx", "@modelcontextprotocol/server-filesystem", "/tmp"] }

Restart Claude Desktop. The trace file is written to your current working directory.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adityachilka1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant