pyinstrument

GitHub

🚴 Call stack profiler for Python. Shows you why your code is slow!

7,703 stars Python 1 file Β· ~12,199 tokens #async#django#performance#profile#profiler#python

pyinstrument MCP Server

MCP server for joerick/pyinstrument

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "pyinstrument": {
      "command": "npx",
      "args": [
        "-y",
        "@joerick/pyinstrument"
      ]
    }
  }
}