rankgoat for VS Code
io.github.madrzak/rankgoat
SEO for AI agents: plan content, publish posts, earn dofollow backlinks, track Domain Rating.
client:VS Code
transport:stdio
runtime:npm
Install rankgoat in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "rankgoat-api-key",
"description": "RANKGOAT_API_KEY",
"password": true
}
],
"servers": {
"rankgoat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rankgoat"
],
"env": {
"RANKGOAT_API_KEY": "${input:rankgoat-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