目录 / brain-md
MCP
鉴权未知
未评级
已上架
brain-md
A local-first second brain for you — and for your AI agents.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://brain-md--mi4uu.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"brain-md": {
"url": "https://brain-md--mi4uu.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| search_notes | Full-text search across the vault. Returns top 50 hits. |
| similar_notes | Semantic (vector) search via RAG. Returns top-k chunks with paths and snippets. |
| read_note | Read a single note. Returns content + mtime. |
| list_notes | List all notes (and folders) in the vault. |
| get_backlinks | Backlinks for a given note path. |
| list_tags | All tags in the vault with usage counts. |
| get_tasks | Aggregate tasks vault-wide. |
| write_note | Create or overwrite a note. Content is full body. |
| append_note | Append a paragraph to an existing note (ensures a blank-line separator). |
| find_similar_tasks | Semantic search across task lines (- [ ] / - [x]). Filter open/done/all. |
| find_related | Notes semantically close to a given note path (excludes self). |
| semantic_outline | Cluster a note's chunks into topical groups (cosine ≥ threshold). Returns one entry per cluster. |
| context_for_query | Pack top-relevant chunks into a markdown context block under a token budget. Returns text + sources + truncated flag. |
| find_orphans | Notes with zero backlinks AND low semantic neighbours (isolation = 1 - max cosine). |
| weekly_digest | Topic clusters across notes modified in a recent window (e.g. '7d', '24h'). |
| compare_notes | Compare two notes: cosine similarity of intros + naive unified diff + shared headings. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。