目录 / freshjots-mcp
MCP
鉴权未知
未评级
已上架
freshjots-mcp
MCP server for freshjots.com notes.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://freshjots-mcp--arsphy.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"freshjots-mcp": {
"url": "https://freshjots-mcp--arsphy.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| list_notes | List the account's notes (most-recently-updated first by default) as summaries: id, filename, title, format, timestamps, and a body excerpt. Filter by folder or format. Both plain and rich notes are listed, but only plain notes can be created or edited through this server. |
| read_note | Read a single note in full (including its complete plain_body) by exact filename (e.g. "ai-sessions.txt") or numeric id. Provide exactly one. |
| create_note | Create a new plain-text note. The server derives the filename from the title. To create a note you can address later by an exact filename of your choosing, use append_to_note instead (it creates on first write). Plain text only. |
| append_to_note | Append text to the note with the given exact filename, creating it if it does not exist yet (find-or-create). This is the primitive for logging: call it repeatedly to accumulate entries (AI session logs, cron output, journal lines) in one note addressed by a stable filename like "ai-sessions.txt". Plain text only. |
| update_note | Update a plain-text note's title, body, and/or folder, addressed by exact filename or numeric id. Only the fields you supply change; omitted fields are left untouched. Rich-format and append-only notes reject body/title edits. Provide exactly one of filename or id. |
| delete_note | Delete a note by its numeric id. Append-only notes cannot be deleted via the API. This cannot be undone through this server. |
| move_note | Move a note (by numeric id) into a folder, or out of any folder. Pass a folder_id to file it there, or null to un-file it. |
| list_folders | List all folders in the account (id, name, timestamps), ordered alphabetically. |
| create_folder | Create a new folder. Folder names are unique (case-insensitive) within the account. |
| rename_folder | Rename an existing folder, addressed by its numeric id. |
| delete_folder | Delete a folder by its numeric id. Notes inside it are NOT deleted — they are moved out of the folder (un-filed). |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。