PluginBench
MCP Server
Maintained
MIT

io.github.dbsectrainer/mcp-agent-trace-inspector MCP Server

io.github.dbsectrainer/mcp-agent-trace-inspector

What is the io.github.dbsectrainer/mcp-agent-trace-inspector MCP server?

Step-by-step observability for MCP agent workflows

How to install io.github.dbsectrainer/mcp-agent-trace-inspector

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • YOUR_API_KEY
    required
    secret

    Your API key for the service

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-agent-trace-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-agent-trace-inspector"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-agent-trace-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-agent-trace-inspector"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-agent-trace-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-agent-trace-inspector"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-agent-trace-inspector": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-agent-trace-inspector"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-agent-trace-inspector --env YOUR_API_KEY=<YOUR_YOUR_API_KEY> -- npx -y mcp-agent-trace-inspector

Related MCP servers

Domain-specific MCP tooling for legal document workflows

1
TypeScript
MIT
View repository →

Real-time cost awareness for MCP agent workflows

0
TypeScript
MIT
View repository →

Universal data connector for CSV, Postgres, and REST APIs via DuckDB

0
TypeScript
MIT
View repository →

A standardized testing harness for MCP servers and agent workflows

0
TypeScript
MIT
View repository →

Health monitoring for all your MCP servers

0
TypeScript
MIT
View repository →