uranium mcp for Zed
io.github.xkelxmc/uranium-mcp
MCP for Uranium NFT tools to mint, list, and manage digital assets on the permaweb.
client:Zed
transport:stdio
runtime:npm
Install uranium mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"uranium-mcp": {
"command": "npx",
"args": [
"-y",
"uranium-tools-mcp"
],
"env": {
"URANIUM_API_KEY": "<URANIUM_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs