Skip to main content
Glama
elasticflowapp

Elasticflow MCP Server

Official

Elasticflow MCP 서버

MCP AI Clients Last Update License

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

Settings > Extensions로 이동하거나, config에 수동으로 추가합니다.

{
  "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 / GitHub Copilot

.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 도구

Workspaces (4 tools)

팀의 프로젝트, 데이터, 파일을 별도의 워크스페이스로 분리하여 체계적으로 관리하세요.

도구

설명

mcp_workspaces_list

팀이 액세스할 수 있는 모든 워크스페이스 보기

mcp_workspaces_get

워크스페이스 세부 정보 확인 — 멤버, 설정, 사용량

mcp_workspaces_create

팀, 프로젝트 또는 부서를 위한 새 워크스페이스 만들기

mcp_workspaces_update

워크스페이스 이름 변경, 구성 또는 설정 조정

Tables (15 tools)

구조화된 비즈니스 데이터 — CRM 파이프라인, 재고, 프로젝트 트래커 또는 팀에 필요한 모든 표 형식 데이터를 저장하고 관리하세요.

도구

설명

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

레코드 간 연결 해제

Documents (12 tools)

리치 문서 — 보고서, 제안서, 회의 노트, 지식 기반 문서를 만들고 관리하세요.

도구

설명

mcp_documents_list

워크스페이스의 모든 문서 찾아보기

mcp_documents_read

문서 전체 내용 읽기

mcp_documents_create

새 보고서, 제안서, 요약서 작성

mcp_documents_update

문서 제목 또는 메타데이터 변경

mcp_documents_search

키워드로 문서 검색 — 팀 전체 콘텐츠에서 검색

mcp_documents_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 tools)

계약서, 프레젠테이션, 내보낸 파일, 미디어 등 파일을 업로드하고 정리하고 접근하세요.

도구

설명

mcp_files_list

업로드된 파일 찾아보기

mcp_files_get_metadata

파일 정보 확인 — 크기, 유형, 업로드 날짜

mcp_files_get_content

파일 내용 다운로드 또는 읽기

mcp_files_upload

새 파일 업로드 — CSV, PDF, 이미지 등 모든 형식

인터페이스 (11 tools)

코드 없이 실시간 대시보드, 클라이언트 포털, 내부 도구를 만들고 게시하세요.

도구

설명

mcp_interfaces_list_projects

모든 대시보드와 웹 앱 보기

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

모든 기능

Data

https://mcp.elasticflow.app/data

19

테이블, 행, 열, 워크스페이스

Content

https://mcp.elasticflow.app/content

16

문서, 검색, 파일, 업로드

Platform

https://mcp.elasticflow.app/platform

11

대시보드, 포털, 게시

각 서버는 동일한 계정과 인증을 사용합니다. 하나만 설치하거나 세 개를 모두 설치해도 서로 독립적으로 작동합니다.

예: 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