Back to .md Directory
Using agent-trace with Windsurf
Windsurf reads MCP server config from `~/.codeium/windsurf/mcp_config.json`.
agent mcp
View sourceUsing agent-trace with Windsurf
How it works
Windsurf reads MCP server config from ~/.codeium/windsurf/mcp_config.json.
agent-trace wraps the server command to capture every tool call.
Setup
1. Install agent-trace
# With uv (recommended)
uv tool install agent-strace
# Or with pip
pip install agent-strace
2. Edit your MCP config
Open ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"filesystem": {
"command": "agent-strace",
"args": [
"record",
"--name", "filesystem",
"--",
"npx", "-y", "@modelcontextprotocol/server-filesystem", "/tmp"
]
}
}
}
3. Use Windsurf normally
All MCP tool calls are captured in .agent-traces/.
4. Replay
agent-strace list
agent-strace replay
agent-strace stats
Related Documents
AGENTS.md
Browser-only development
This document provides guidance for AI assistants working on the Image MetaHub codebase.
airagprompt
0
3
LuqP2AGENTS.md
Claude Agents — Reference & Recommendations
Quick guide to available agents. Pick the one that best matches your task.
aiagentrag
0
474
magda2307AGENTS.md
Golden DKG Prototype -- Master Plan
Rust prototype of the Golden non-interactive Distributed Key Generation protocol.
aiagenteval
0
83
farazshaikhAGENTS.md
Swarms Examples Index
A comprehensive index of examples from the [Swarms Framework](https://github.com/The-Swarm-Corporation/swarms-examples).
aiagentopenai
0
62
The-Swarm-Corporation