AgentMarketMCP / SKILL 资产档案馆

目录 / 文档处理 / Meshnote

MCP 鉴权未知 未评级 已上架

Meshnote

A persistent Markdown wiki that your AI agent maintains as long-term memory across sessions.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:14):A persistent Markdown wiki that your AI agent maintains as long-term memory across sessions
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://meshnote--b-nicovski.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Meshnote": {
      "url": "https://meshnote--b-nicovski.run.tools"
    }
  }
}

能力清单

工具说明
append_logAppend an entry to wiki/log.md with a parseable header.
get_indexReturn the contents of wiki/index.md — the LLM-maintained catalog of the wiki.
list_page_historyList saved versions of a wiki page. Previous content is auto-saved before every overwrite.
get_backlinksReturn every page that links to the given target path.
read_pageReturn a wiki page's full content, frontmatter, metadata, and version token. Hand the returned 'version' back to write_page as 'base_version' so concurrent writers can't silently clobber each other.
list_pagesEnumerate wiki pages, optionally filtered by kind (entity, concept, summary, synthesis, index, log).
search_wikiBM25 search across wiki pages. Returns the top hits ordered by relevance.
list_sourcesEnumerate raw sources under raw/sources/.
get_graphReturn the full wiki link graph as nodes and edges, for synthesis operations.
get_schemaReturn the contents of the project's schema.md. An agent should call this first to learn how the user wants the wiki maintained.
create_projectCreate a new meshnote project (brain) with the given name and template. Templates: custom, research, book, personal, business.
read_sourceReturn the full content of a raw source file.
list_projectsList all meshnote projects registered on this machine.
restore_pageRestore a wiki page to a previous version. The current content is saved to history first, so nothing is lost. Use list_page_history to find available versions. Bypasses the base_version check by design — restore is an explicit overwrite.
write_pageCreate or overwrite a wiki page atomically. Path must live under wiki/. Use base_version to prevent silently clobbering a concurrent edit: - To UPDATE an existing page: call read_page first and pass its 'version' as base_version. If another writer modified the page in between, the call fails with a CONFLICT error; re-read and retry. - To CREATE a new page: pass base_version="" (empty string) to assert the page does not exist yet. (If base_version is omitted entirely, a new page is still created; only updating an existing page requires the token.) Previous content is auto-saved to _history/ — use list_page_history to see saved versions. The result lists any 'unresolved_links' — wikilinks on this page that match no existing page by title, path or slug. That is a warning, not an error: linking to a page you have not written yet is fine. Check it for typos before moving on.
register_sourceDownload a URL and register it as a raw source. Does not call any LLM — the agent decides what to do next. When preserveOriginal is true, the bytes are saved verbatim with the original extension (e.g. paper.pdf) plus a sidecar paper.pdf.meta.md with frontmatter.

相关资产

SKILL

Markdown Converter

Convert documents and files to Markdown using markitdown

Markdown
原作者:steipete 来源:腾讯 SkillHub 仅卡片存档
SKILL

产品需求质量检查

审核产品需求的完整性、一致性、可验证性与上线准备度,输出带证据的问题清单、门禁结论和复检结果

MarkdownOffice 转换PDF 处理会议记录
原作者:user_586f97f0 来源:腾讯 SkillHub 含内容副本 · 可下载 存档:v1 · 2026-09-21 hash 96255b65
SKILL

园区资讯专家

生成《工业地产/产业园区全景日报·周报》

Markdown
原作者:user_56737b25 来源:腾讯 SkillHub 含内容副本 · 可下载 存档:v1 · 2026-09-21 hash cc196bf9
SKILL

Baoyu Format Markdown

Formats plain text or markdown files with frontmatter, titles, summaries, headings, bold, lists, and code blocks

Markdown
原作者:jimliu 来源:腾讯 SkillHub 仅卡片存档
SKILL

Generate Mindmap

生成基于认知科学方法论的交互式思维导图

Markdown
原作者:ftois 来源:腾讯 SkillHub 仅卡片存档
SKILL

Novel Outliner - 大纲解析器

从小说大纲自动拆解逐章prompt

Markdown
原作者:shine8592 来源:腾讯 SkillHub 含内容副本 · 可下载 存档:v1 · 2026-09-21 hash 6b493330
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。