agentscoin mcp for VS Code
io.github.axiosdevs/agentscoin-mcp
Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.
client:VS Code
transport:stdio
runtime:npm
Install agentscoin mcp in VS Code
.vscode/mcp.json
{
"servers": {
"agentscoin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentscoin-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs