mcp-trace-js

SynqedAI/mcp-trace-js
★ 22 stars TypeScript 🗄️ Database Updated 27d ago
Tracing middleware for MCP servers in TypeScript. Logs all requests, tool calls, and responses to file, DB, or cloud with adapters for OTLP, Supabase, PostgreSQL, and Contexa.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-trace-js": {
      "command": "npx",
      "args": [
        "-y",
        "SynqedAI/mcp-trace-js"
      ]
    }
  }
}