Back to Home
Use-Tusk icon

drift-mcp

Verified Safe

by Use-Tusk

Overview

This MCP server enables AI assistants to search, analyze, and debug API traffic data captured by Tusk Drift, including HTTP requests, database queries, and distributed traces.

Installation

Run Command
npx -y @use-tusk/drift-mcp

Environment Variables

  • TUSK_API_KEY
  • TUSK_DRIFT_API_URL
  • TUSK_DRIFT_SERVICE_ID
  • TUSK_WORKSPACE_ROOTS

Security Notes

The server uses Zod for robust input validation on all tool arguments, significantly reducing injection risks. API keys are handled via environment variables, which is a good practice. Network communication is explicitly to the Tusk Drift API over HTTPS. File system interaction is limited to discovering `.tusk/config.yaml` files within specified or current directories, using safe parsing via regex rather than a full YAML parser, and resolving paths with `fs.realpathSync`. No 'eval' or direct shell execution of user-controlled input is observed. The HTTP transport relies on the `@modelcontextprotocol/sdk` which is assumed to be secure.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-14

Tags

API TrafficObservabilityDebuggingAI AssistantMCP Server