★ 0 stars
HTML
🔌 API Integration
Updated today
The code architecture suite — dep graphs, health scores & security for any codebase. VS Code, JetBrains, MCP server, GitHub App, Slack Bot & browser app. See the code. Know the code.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"grasp": {
"command": "npx",
"args": [
"-y",
"ashfordeOU/grasp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add grasp npx -y ashfordeOU/grasp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"grasp": {
"command": "npx",
"args": [
"-y",
"ashfordeOU/grasp"
]
}
}
}
📋 Copy
Topics
architecture code-analysis dependency-graph health-score javascript jetbrains mcp python refactoring typescript vscode