slope mcp for VS Code
io.github.patwalls/slope-mcp
Proprietary B2B creator-velocity data: ranked board, live breakouts, and audience-growth curves.
client:VS Code
transport:stdio
runtime:npm
Install slope mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "slope-api-key",
"description": "SLOPE_API_KEY",
"password": true
}
],
"servers": {
"slope-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"slope-mcp"
],
"env": {
"SLOPE_API_KEY": "${input:slope-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs