Odel
Grasp — Code Architecture & Dependency Analysis

Grasp — Code Architecture & Dependency Analysis

Local
@ashfordeou17HTMLUpdated 1mo ago

Codebase analysis: dependency graphs, security scanning, and refactor plans for GitHub and GitLab.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgrasp-mcp-serverv3.21.0

Run

npx -y grasp-mcp-server

MCP client config

{
  "mcpServers": {
    "grasp-code-architecture-dependency-analysis": {
      "command": "npx",
      "args": [
        "-y",
        "grasp-mcp-server"
      ]
    }
  }
}