Skip to main content
Glama
elasticflowapp

Elasticflow MCP Server

Official

Elasticflow MCPサーバー

MCP AIクライアント 最終更新 ライセンス

あなたのAIエージェントとチームが一緒に働くためのワークスペース。

あなたのAIアシスタントをElasticflowに接続すると、テーブルの管理、ドキュメントの作成、ファイルのアップロード、ライブダッシュボードの公開を、すべてチームの共有ワークスペース内で行えます。エージェントが作り出した成果物はすべて、チャットのスレッドに埋もれることなく、組織全体ですぐに利用できます。

できること:

  • 構造化データの作成とクエリ —営業パイプライン、契約トラッカー、キャンペーン分析、在庫ログ

  • リッチなドキュメントの作成 —レポート、提案書、法務サマリー、会議メモ

  • ファイルのアップロードと整理 — 契約書、NDA、プレゼン資料、コンプライアンス資料

  • ライブダッシュボードとクライアントポータル公開 — コード不要

  • チーム全体で結果を共有 — すべてのアクションが見え、成果物はすべて再利用可能

前提条件

このMCPサーバーを利用するには、Elasticflowのアカウントが必要です。最初の接続時に、AIアシスタントがサインインまたはアカウント作成のためのブラウザウィンドウを開きます。

早期アクセスにサインアップ

Related MCP server: TeamMCP

対応プラットフォーム

サポートされるAIアシスタント

  • ChatGPT (OpenAI)

  • Claude Desktop / Claude Code / Claude.ai

  • Google Gemini

  • Microsoft Copilot Studio

  • Amazon Q

AIパワードエディタ

  • Cursor

  • VS Code / GitHub Copilot

  • Windsurf

  • Zed

生産性向上ツール

  • Raycast

  • Cline

MCP Streamable HTTP トランスポートをサポートするあらゆるクライアントで動作します。

インストール

Elasticflow MCPサーバーをクライアント設定に追加します:

Claude Desktop

「設定」>「拡張機能」から設定するか、手動で設定ファイルに追加します:

{
  "mcpServers": {
    "elasticflow": {
      "url": "https://mcp.elasticflow.app/mcp"
    }
  }
}

Claude Code

claude mcp add elasticflow --transport streamable-http https://mcp.elasticflow.app/mcp

Cursor

.cursor/mcp.json に追加します:

{
  "mcpServers": {
    "elasticflow": {
      "url": "https://mcp.elasticflow.app/mcp",
      "transport": "streamable-http"
    }
  }
}

VS Code / Git構成

.vscode/mcp.json に追加します:

{
  "servers": {
    "elasticflow": {
      "type": "streamable-http",
      "url": "https://mcp.elasticflow.app/mcp"
    }
  }
}

認証

Elasticflow は、PKCE対応のOAuth 2.1規格を採用しています。初回接続時に、クライアントが認証用のブラウザを開きます。APIキーや手動トークン設定は不要です。

スコープ:

アクセス範囲

説明

workspaces:read

ワークスペースの閲覧

workspaces:write

ワークスペースの作成と変更

tables:read

テーブルデータとスキーマの閲覧

tables:write

テーブルデータの作成・変更・削除

documents:read

ドキュメントの閲覧

documents:write

ドキュメントの作成と編集

files:read

ファイルの閲覧とダウンロード

files:write

ファイルのアップロード

interfaces:read

インターフェースプロジェクト閲覧

interfaces:write

インターフェースの構築と公開

MCPツール

ワークスペース (4つのツール)

チームのプロジェクト、データ、ファイルを、それぞれのワークスペース単位にまとめます。

ツール

説明

mcp_workspaces_list

チームがアクセスできるすべてのワークスペースを一覧表示

mcp_workspaces_get

ワークスペースの詳細(メンバー、設定、利用状況)を取得

mcp_workspaces_create

チーム・プロジェクト・部門ごとの新しいワークスペースを作成

mcp_workspaces_update

ワークスペースのリネームや設定変更を行う

テーブル (15のツール)

構造化された業務データ(顧客管理パイプライン、在庫、プロジェクトトラッカー、これらに類似するチーム用データ)を保存・管理します。

ツール

説明

mcp_tables_list_tables

ワークスペース内の全テーブルを一覧表示

mcp_tables_get_table

テーブルの構造(列、型、行数)を表示

mcp_tables_list_column_types

利用可能な列タイプ(テキスト、数値、日付、選択肢など)を表示

mcp_tables_create_table

リード、受注、タスクなどを記録するテーブルを新規作成

mcp_tables_update_table

テーブルの名前変更または設定変更

mcp_tables_delete_table

不要になったテーブルを削除

mcp_tables_create_column

新しい列(フィールド)を追加 — 例: 「案件規模」「期限日」「ステータス」

mcp_tables_update_column

列の名前、型、オプションを変更

mcp_tables_delete_column

テーブルから列を削除

mcp_tables_get_rows

フィルタを活用してデータを照会 — 納期遅れのタスク、重要商談などを発見

mcp_tables_create_row

リード、オーダー、タスクなどの新しいレコードを追加

mcp_tables_update_cells

商談ステージの更新、タスクの完了など、値を編集

mcp_tables_delete_rows

不要になったレコードを削除

mcp_tables_link_rows

テーブル間で関連するレコードを紐付け — 取引先と商談をリンクなど

mcp_tables_unlink_rows

レコード間の関連付けを解除

ドキュメント (12のツール)

リッチなドキュメントの作成・管理 —レポート、提案書、会議メモ、ナレッジベース記事などを整理。

ツール

説明

mcp_documents_list

ワークスペース内の全ドキュメントを一覧

mcp_documents_read

ドキュメント全文を読む

mcp_documents_create

新しいレポート、提案書、ブリーフを作成

mcp_documents_update

ドキュメントのタイトルやメタデータを変更

mcp_documents_search

キーワードでドキュメントを検索 — チーム全体の内容が対象

mcp_document_patch

ドキュメント全体を書き換えずに特定のセクションを編集

mcp_documents_append

終わりに新しい内容を追加 — 会議メモ、進捗アップデートなど

mcp_documents_insert_image

チャート、スクリーンショット、図解をドキュメント内に挿入

mcp_documents_insert_file

スプレッドシートやPDFなどをドキュメントに添付

mcp_documents_list_assets

ドキュメントに埋め込まれた画像・ファイルをすべて一覧表示

mcp_documents_remove_asset

古い画像や添付ファイルを取り除く

mcp_documents_replace_asset

アセットを最新版に差し替える

ファイル (4つのツール)

ファイルのアップロード、整理、アクセス — 契約書、プレゼン資料、書き出しデータ、メディアなどを管理。

ツール

説明

mcp_files_list

アップロード済みのファイルを一覧

mcp_files_get_metadata

ファイル情報(サイズ、種類、アップロード日)を確認

mcp_files_get_content

ファイルの内容をダウンロードまたは読み取り

mcp_files_upload

新しいファイル(CSV、PDF、画像、どの形式でも可)をアップロード

インターフェース (11のツール)

コードを書かずに、ライブダッシュボードやクライアントポータル、社内ツールを開発・公開できます。

ツール

説明

mcp_interfaces_list_projects

開発しているダッシュボードとWebアプリを一覧表示

mcp_interfaces_get_project

プロジェクトの構成や設定を表示

mcp_interfaces_get_build_status

最新の変更がデプロイされているかを確認

mcp_interfaces_get_build_logs

ビルドログでエラーを確認する

mcp_interfaces_discover_schema

ダッシュボードが利用できるデータソースを自動検出

mcp_interfaces_create_project

新しいダッシュボードやクライアントポータルを作成

mcp_interfaces_update_project

レイアウト、データソース、デザインを変更

mcp_interfaces_configure_access

誰が閲覧できるか制御 — クライアントと共有または社内のみにロック

mcp_interfaces_build

変更内容をコンパイルしてデプロイの準備をする

mcp_interfaces_publish

ダッシュボードを視聴者向けに公開する

mcp_interfaces_rollback

不具合が起きた場合、以前のバージョンに即座に戻します

必要なものだけをインストール

メインのサーバー(/mcp)は、51になるすべてのツールを同時に使えます。一部の機能だけで十分な場合、またはAIクライアントでの使用ツール数が限られている場合は、代わりに小さいサーバーをインストールできます。

サーバー名

URL

ツール数

含まれる機能

All

https://mcp.elasticflow.app/mcp

51

すべて

具体的

https://mcp.elasticflow.app/data

19

テーブル、行、列、ワークスペース

Content

https://mcp.elasticflow.app/content

16

ドキュメント、検索、ファイル、アップロード

Platform

https://mcp.elasticflow.app/platform

11

ダッシュボード、ポータル、公開

各サーバーは同じアカウントと認証情報を使います。1つだけでも、3つすべてでも、独立して動作し、連携できます。

例:Data と Content だけをインストールし(ダッシュボードはスキップ)

Claude Code:

claude mcp add elasticflow-data --transport streamable-http https://mcp.elasticflow.app/data
claude mcp add elasticflow-content --transport streamable-http https://mcp.elasticflow.app/content

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "elasticflow-data": {
      "url": "https://mcp.elasticflow.app/data",
      "transport": "streamable-http"
    },
    "elasticflow-content": {
      "url": "https://mcp.elasticflow.app/content",
      "transport": "streamable-http"
    }
  }
}

使用例

営業

"Create a table called Pipeline with columns: company, deal size, stage, close date, owner"

"Show me all deals closing this month sorted by deal size"

"Enrich leads in the Prospects table — fill in company size, industry, and LinkedIn profile"

"Prepare objection responses for the top 5 deals stuck in negotiation stage"

"Create a document with a weekly pipeline summary from the Pipeline table"

"Build a client-facing dashboard showing project milestones for Acme Corp"

法務

"Create a table to track active contracts: vendor, type, start date, expiry, auto-renewal"

"Search documents for all mentions of indemnification clause"

"List all contracts expiring in the next 90 days"

"Upload the signed NDA and link it to the Vendors table"

マーケティング

"Create a campaign tracker table with columns: campaign, channel, budget, spend, leads, CPL"

"Create a document with a monthly marketing report and insert the performance chart"

"Show me all campaigns where CPL is above $50"

"Publish the campaign results dashboard for the leadership team"

オペレーション

"Create a workspace for Q2 operations and set up tables for inventory, suppliers, and orders"

"Show me all suppliers with overdue deliveries from the Orders table"

"Create a document summarizing this week's operational incidents"

"Build and publish a live dashboard tracking order fulfillment rates"

ドキュメント

ライセンス

MIT

A
license - permissive license
Not graded
quality - not tested
C
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

  • A
    license
    A
    quality
    C
    maintenance
    Enables multi-agent collaboration across different AI assistants and projects by providing a universal coordination layer for MCP-compatible agents to communicate, share context, and coordinate complex tasks seamlessly.
    12
    31
    32
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    TeamMCP is an MCP-native collaboration server that enables AI agents and humans to communicate through shared channels, direct messages, and integrated task management. It provides a persistent layer for real-time collaboration with full-text search and a centralized web dashboard.
    22
    52
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Shared workspace your AI agents write to. CMMN case management with 184+ MCP tools: cases, tasks, event-driven CMMN workflows with sentries, persistent memory with semantic search, billing and invoicing. OAuth or token auth; cloud-hosted remote MCP endpoint.
    100
    36
    MIT

View all related MCP servers

Related MCP Connectors

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

  • MCP-native collaborative markdown editor with real-time AI document editing

  • One shared context your team's AI tools read & write over MCP. No re-explaining. Free.

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/elasticflowapp/elasticflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server