MCP server for Claude Code and Codex. One tool call replaces ~42 minutes of agent exploration
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"trace-mcp": {
"command": "npx",
"args": [
"-y",
"nikolai-vysotskyi/trace-mcp"
]
}
}
}
Run in terminal:
claude mcp add trace-mcp npx -y nikolai-vysotskyi/trace-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"trace-mcp": {
"command": "npx",
"args": [
"-y",
"nikolai-vysotskyi/trace-mcp"
]
}
}
}