Skip to content
Zed

Solematica MCP Server for Zed

io.github.hanicker/solematica-mcp

Solar estimates, provider comparison, energy prices and blog for Italy

client:Zed transport:stdio runtime:npm

Install Solematica MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "solematica-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@solematica/mcp-server"
      ],
      "env": {
        "SOLEMATICA_API_KEY": "<SOLEMATICA_API_KEY>",
        "SOLEMATICA_API_URL": "<SOLEMATICA_API_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Solematica MCP Server in other clients