mcp server for Zed
com.stackscan/mcp-server
Look up the technology stack behind any domain, and the company running it.
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@stackscan/mcp-server"
],
"env": {
"STACKSCAN_API_TOKEN": "<STACKSCAN_API_TOKEN>",
"STACKSCAN_TENANT_ID": "<STACKSCAN_TENANT_ID>",
"STACKSCAN_SESSION_LOOKUP_CAP": "<STACKSCAN_SESSION_LOOKUP_CAP>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs