mcp server for Cline
com.stackscan/mcp-server
Look up the technology stack behind any domain, and the company running it.
client:Cline
transport:stdio
runtime:npm
Install mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs