MaStR MCP Server for Zed
io.github.ulircs/mastr-mcp-server
MCP server for the German Marktstammdatenregister (MaStR) energy market register
client:Zed
transport:stdio
runtime:pypi
Install MaStR MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mastr-mcp-server": {
"command": "uvx",
"args": [
"mastr-mcp-server"
],
"env": {
"MASTR_USER": "<MASTR_USER>",
"MASTR_TOKEN": "<MASTR_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs