๐ Browser App ยท ๐ฆ MCP Server ยท ๐ Report Bug ยท โจ Request Feature ยท ๐ Privacy
Grasp MCP server exists for a simple reason โ assistants are far more useful when they can act on Grasp directly instead of describing what you should do. ๐ Browser App ย ยทย ๐ฆ MCP Server ย ยทย ๐ Report Bug ย ยทย โจ Request Feature ย ยทย ๐ Privacy.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Grasp is connected, these are the calls the assistant has available:
Supply โ chain integrity** โ local checks (no network): npm lockfile sha512 integrity field coverage, go.sum alongside go.mod, Cargo.lock alongsideCapability โ GraspIDE โ InstallJetBrains โ JetBrains Marketplace โ search Grasp in Settings โ PluginsRaycast โ Raycast Store โ or search Grasp in the Raycast extension storeZed โ Zed Extensions โ or search grasp in Zed โ ExtensionsBrowser โ InstallChrome โ Chrome Web StoreFirefox โ Firefox Add-ons โ ID: grasp@ashforde.orgSafari โ GitHub Releases โ see sideload instructionsChannel โ StatusCursor โ Add grasp-mcp-server to ~/.cursor/mcp.jsonYou will need one environment variable: GRASP_NVD_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Grasp's toolset โ Supply, Capability, IDE and 11 more โ is a fair guide to whether it matches your workflow. It is maintained by ashfordeou; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Grasp's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Supply | chain integrity** โ local checks (no network): npm lockfile sha512 integrity field coverage, go.sum alongside go.mod, Cargo.lock alongside Cargo.toml, --hash= pinning in requirements.txt. |
| Capability | Grasp |
| IDE | Install |
| JetBrains | [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/31362-grasp--code-architecture-visualizer) โ search **Grasp** in Settings โ Plugins |
| Raycast | [Raycast Store](https://www.raycast.com/ashfordeOU/grasp) โ or search **Grasp** in the Raycast extension store |
| Zed | [Zed Extensions](https://zed.dev/extensions?query=grasp) โ or search **grasp** in Zed โ Extensions |
| Browser | Install |
| Chrome | [Chrome Web Store](https://chromewebstore.google.com/detail/grasp-%E2%80%94-code-architecture/pipmlammandfhfbodllcjolgeolkhapj) |
| Firefox | [Firefox Add-ons](https://addons.mozilla.org/firefox/addon/grasp-code-architecture) โ ID: grasp@ashforde.org |
| Safari | [GitHub Releases](https://github.com/ashfordeOU/grasp/releases) โ see [sideload instructions](#safari-sideload) |
| Channel | Status |
| Cursor | Add grasp-mcp-server to ~/.cursor/mcp.json |
| Windsurf | MCP config |
| Continue | continue-provider package |
{
"mcpServers": {
"grasp": {
"command": "npx",
"args": ["-y", "grasp-mcp-server"],
"env": {
"GRASP_NVD_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| GRASP_NVD_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs โ version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server โ drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server โ repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation โ Linear's official hosted server with OAuth and zero install.
Local repository surgery โ status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI โ current time anywhere and correct conversions, without the model doing date math.