multiplist-mcp-server
Official@multiplist/mcp-server
带有引用的 IP 库 — 从你的 AI 对话中提取决策、框架和见解,并提供完整溯源。每一项主张都能追溯到你所说的确切内容。
你的 AI 对话就是知识产权。Multiplist 正是这样对待它们的。
通过 MCP 连接
Multiplist 作为 MCP 服务器运行。可以通过 Claude Desktop、Claude Code 或任何兼容 MCP 的客户端进行连接。
端点: https://multiplist.ai/mcp
传输方式: StreamableHTTP + OAuth 2.1 (带 PKCE)
Claude Desktop
添加到你的 claude_desktop_config.json 中:
{
"mcpServers": {
"multiplist": {
"command": "npx",
"args": ["-y", "@multiplist/mcp-server"],
"env": {
"MULTIPLIST_API_KEY": "your-key-here"
}
}
}
}或者直接通过托管端点连接:
{
"mcpServers": {
"multiplist": {
"type": "streamable-http",
"url": "https://multiplist.ai/mcp"
}
}
}Related MCP server: brain-mcp
19 种精选工具
分类 | 工具 | 功能 |
捕获 | create_source, update_source, delete_source | 将对话保存到你的库中 |
提取 | trigger_extraction, batch_extract, batch_status | 提取结构化含义 |
自定义技能 | create_skill, list_skills, get_skill, match_skills | 定义特定领域的提取规则 |
发现 | get_source, search_vault, search_sources, get_vault_summary, get_vault_gaps | 带引用地搜索和检索 |
研究 | request_brief, get_brief_status | 综合库内信息 |
注释 | add_annotation, add_marginalia | 编写修正和演进笔记 |
Multiplist 提取的内容
从任何对话或文档中提取九类结构化含义:
决策 — 承诺及其背后的推理
框架 — 命名模型和结构化方法
行动 — 下一步步骤及其负责人
问题 — 开放的讨论线索和未解决的矛盾
定义 — 在上下文中具有精确含义的术语
涌现 — 实时形成的新概念
黄金段落 — 值得逐字保留的语言
范例 — 值得日后参考的具体示例
提议 — AI 的建议和提议的后续步骤
每一条种子信息都能追溯到原始来源中的确切字符位置。
自定义提取技能
差异化优势:你可以定义在你的领域中什么才是重要的。
教练可以创建“客户突破”技能。 开发者可以创建“架构信号”技能。 研究员可以创建“研究提炼”技能。
技能告诉 Multiplist 在你的特定内容类型中寻找什么。库会学习你工作内容的形态。
开始使用
在 multiplist.ai 注册
在设置中生成 API 密钥
通过 MCP 连接(见上文)
说“将此对话保存到我的库中”
技能库
查看 github.com/multiplist/skills 以获取预构建技能,以及 Seed Doc Renderer、Archivist Research 和自定义提取技能集成。
许可证
MIT — multiplist.ai
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAutomatically records AI conversation turns and code changes to local Markdown files to provide persistent context across chat sessions. It enables AI agents to search history through MCP tools and provides a web viewer for browsing past discussions.34Apache 2.0
- AlicenseAqualityDmaintenanceCognitive prosthetic for AI agents. Indexes conversation history from ChatGPT, Claude Code, Cursor, and Gemini CLI into searchable embeddings. 25 MCP tools including tunnel_state (resume where you left off), switching_cost (quantify context-switch penalty), thinking_trajectory (track idea evolution), and alignment_check (decisions vs principles). LanceDB + Parquet, 12ms recall, local-first.2565MIT
- AlicenseNot gradedqualityCmaintenanceTurn any codebase into an AI-readable neural map — with proof. Every claim linked to code anchors (line + SHA-256 hash), every context window optimized with greedy token budgeting, every session protected by drift detection. Tree-sitter indexing across 11 languages, cross-session learning, AI enrichment, and 28 MCP tools. Zero config — just connect and your AI agent remembers everything.4513GPL 3.0

Memory Nexusofficial
AlicenseNot gradedqualityDmaintenancePersistent memory and handoff intelligence layer for MCP agents. Most memory servers retrieve text — Memory Nexus compounds operational context, learning from usage and progressively synthesizing observations into higher-order intelligence across sessions and tools.MIT
Related MCP Connectors
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
Your company's brain for AI agents. Cited, permission-aware knowledge across every system.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/multiplist/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server