uranium mcp for VS Code
io.github.xkelxmc/uranium-mcp
MCP for Uranium NFT tools to mint, list, and manage digital assets on the permaweb.
client:VS Code
transport:stdio
runtime:npm
Install uranium mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "uranium-api-key",
"description": "URANIUM_API_KEY",
"password": true
}
],
"servers": {
"uranium-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"uranium-tools-mcp"
],
"env": {
"URANIUM_API_KEY": "${input:uranium-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