MCP Server
Active
Grasp — Code Architecture & Dependency Analysis MCP Server
io.github.ashfordeOU/grasp
What is the Grasp — Code Architecture & Dependency Analysis MCP server?
MCP server for codebase analysis — dependency graphs, security scanning, refactor plans, and more.
How to install Grasp — Code Architecture & Dependency Analysis
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"grasp": {
"command": "npx",
"args": [
"-y",
"grasp-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"grasp": {
"command": "npx",
"args": [
"-y",
"grasp-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"grasp": {
"command": "npx",
"args": [
"-y",
"grasp-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"grasp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"grasp-mcp-server"
]
}
}
}Claude Code
claude mcp add grasp -- npx -y grasp-mcp-serverRelated MCP servers
Run the validated Kshana PNT-resilience simulator (orbits, frames, GNSS, fusion) from an AI agent.
3
View repository →Rust
AGPL-3.0