sota mcp for VS Code
io.github.qso-graph/sota-mcp
Summits on the Air MCP server. Summit lookup, activator stats, chaser records, spots.
client:VS Code
transport:stdio
runtime:pypi
Install sota mcp in VS Code
.vscode/mcp.json
{
"servers": {
"sota-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sota-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs