← Back to Plugins
MCP Server MCP

io.github.habibafaisal/wherewent

github By github 👁 1 views ▲ 0 votes

Zero-config SQL flight recorder for slow Python/SQLAlchemy jobs: exact call site, count, and fix.

Homepage Verified source GitHub

Install

uvx wherewent

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "wherewent",
      "version": "0.4.1",
      "runtimeHint": "The MCP server ships in the optional [mcp] extra and is exposed as the console entry point `wherewent-mcp`. Install with the extra (e.g. `pipx install 'wherewent[mcp]'` or `uvx --from 'wherewent[mcp]' wherewent-mcp`) so the `mcp` SDK is present, then run `wherewent-mcp`.",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...