← Back to Plugins
MCP Server MCP

io.github.timohaa/scopewalker-mcp

github By github 👁 1 views ▲ 0 votes

Codebase analysis tools for AI agents: complexity, prop drilling, doc coverage, code smells.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "scopewalker-mcp",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated absolute paths the tools may analyze. Defaults to the current working directory and the system temp directory.",
          "format": "string",
          "name": "SCOPEWALKER_ALLOWED_ROOTS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...