★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-trace-js": {
"command": "npx",
"args": [
"-y",
"SynqedAI/mcp-trace-js"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-trace-js npx -y SynqedAI/mcp-trace-js
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-trace-js": {
"command": "npx",
"args": [
"-y",
"SynqedAI/mcp-trace-js"
]
}
}
}
📋 Copy