送信

Fresh Jots Mcp Server

@Goran-Arsov

サーバー設定

{
  "mcpServers": {
    "freshjots": {
      "command": "npx",
      "args": [
        "-y",
        "freshjots-mcp"
      ],
      "env": {
        "FRESHJOTS_TOKEN": "mn_your_token_here"
      }
    }
  }
}