agent toolbelt for VS Code
io.github.rccola990-cloud/agent-toolbelt
MCP tools for AI agents: fetch any URL as clean text, live crypto prices, review & bid drafting.
client:VS Code
transport:stdio
runtime:npm
Install agent toolbelt in VS Code
.vscode/mcp.json
{
"servers": {
"agent-toolbelt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rileycraig/agent-toolbelt"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs