Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"temp-notes": {
"command": "npx",
"args": [
"-y",
"@landicefu/temp-notes-mcp-server"
],
"disabled": false
}
}
}