Skip to content
VS Code

pondlog mushroomobserver for VS Code

io.github.andrewschristison/pondlog-mushroomobserver

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

client:VS Code transport:stdio runtime:npm

Install pondlog mushroomobserver in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pondlog mushroomobserver in other clients