Skip to content

pondlog mushroomobserver for Zed

io.github.andrewschristison/pondlog-mushroomobserver

Mushroom Observer MCP server. Mycology observations, fungal taxonomy, and region discovery.

client:Zed transport:stdio runtime:npm

Install pondlog mushroomobserver in Zed

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

{
  "context_servers": {
    "pondlog-mushroomobserver": {
      "command": "npx",
      "args": [
        "-y",
        "@pondlog/mcp-mushroomobserver"
      ]
    }
  }
}

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

pondlog mushroomobserver in other clients