← Back to Plugins
MCP Server MCP

io.github.Dhevenddra/forensic-deepdive

github By github 👁 1 views ▲ 0 votes

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

Homepage Verified source GitHub

Install

uvx forensic-deepdive

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "forensic-deepdive",
      "version": "0.10.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "serve",
          "type": "positional",
          "valueHint": "command"
        },
        {
          "value": ".",
          "type": "named",
          "name": "--repo",
          "valueHint": "repo_path"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...