pondlog mushroomobserver for Cursor
io.github.andrewschristison/pondlog-mushroomobserver
Mushroom Observer MCP server. Mycology observations, fungal taxonomy, and region discovery.
client:Cursor
transport:stdio
runtime:npm
Install pondlog mushroomobserver in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pondlog-mushroomobserver": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-mushroomobserver"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs