Elasticflow MCP Server

One workspace where your AI agents and your team work together. Connect your AI assistant to Elasticflow and let it manage tables, write documents, upload files, and publish live dashboards - all within your team's shared workspace. Everything your agents produce is instantly available to the whole organization, not buried in a chat thread. It is available as a remote MCP endpoint.

Teams that want a hosted communication endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-05-01 · ★ 2 · #97 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · how we verify → /methodology

01 · Install Elasticflow

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.elasticflow.app/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.elasticflow.app

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace app.elasticflow - domain-verified with the official MCP registry

03 · Who maintains Elasticflow

Elasticflow is maintained by elasticflowapp. It's the only MCP server we track from this author; the repo dates to Apr 2026.

04 · Facts

category
communication - ranked #97 of 99 actively-maintained communication servers as of 2026-08-25.
registry
app.elasticflow/mcp (active, first published 2026-04-13)

05 · Elasticflow FAQ

What is Elasticflow?

One workspace where your AI agents and your team work together. Connect your AI assistant to Elasticflow and let it manage tables, write documents, upload files, and publish live dashboards - all within your team's shared workspace. Everything your agents produce is instantly available to the whole organization, not buried in a chat thread. It is available as a remote MCP endpoint.

Is Elasticflow still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-01. We re-verify nightly.

How do I install Elasticflow?

Run `claude mcp add elasticflowapp-elasticflow-mcp --transport http https://mcp.elasticflow.app/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Elasticflow require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Elasticflow