Skip to main content
Glama
multiplist

multiplist-mcp-server

Official
by multiplist

@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が抽出するもの

あらゆる会話やドキュメントから、9つのカテゴリの構造化された意味を抽出します:

  • 決定事項 — 理由を伴うコミットメント

  • フレームワーク — 名前付きモデルおよび構造化されたアプローチ

  • アクション — 所有権を伴う次のステップ

  • 質問 — 未解決のスレッドや懸案事項

  • 定義 — 文脈において正確な意味を持つ用語

  • 創発 — リアルタイムで形成される新しい概念

  • ゴールデンパッセージ — 原文のまま保存する価値のある言葉

  • 模範 — 後で参照する価値のある具体的な例

  • 提案 — AIによる提案および提示された次のステップ

各シードは、元のソース内の正確な文字位置に遡ることができます。

カスタム抽出スキル

差別化要因:あなたのドメインで何が重要かを定義できます。

コーチは「クライアントのブレイクスルー」スキルを作成します。 開発者は「アーキテクチャシグナル」スキルを作成します。 研究者は「リサーチ要約」スキルを作成します。

スキルは、あなたの特定のコンテンツタイプにおいて何を探すべきかをMultiplistに伝えます。 保管庫は、あなたの仕事の形を学習します。

はじめに

  1. multiplist.ai でサインアップ

  2. 設定でAPIキーを生成

  3. MCP経由で接続(上記参照)

  4. 「この会話を保管庫に保存して」と話しかける

スキルライブラリ

github.com/multiplist/skills を参照してください。 構築済みのスキルや、Seed Doc Renderer、Archivist Research、カスタム抽出スキルの統合などが利用可能です。

ライセンス

MIT — multiplist.ai

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Automatically 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.
    3
    4
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Cognitive 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.
    25
    65
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Turn 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.
    45
    13
    GPL 3.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Persistent 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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