AI-native team workspace — tables, documents, workflow automation, live dashboards & analytics
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"elasticflow": {
"url": "https://mcp.elasticflow.app/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
One workspace where your AI agents and your team work together.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / analytics
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP Security Weekly
Get CVE alerts and security updates for app.elasticflow/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
What you can do:
You need an Elasticflow account to use this MCP server. When you connect for the first time, your AI assistant will open a browser window where you can sign in or create an account.
AI Assistants
AI-Powered Editors
Productivity Tools
Works with any client that supports the MCP Streamable HTTP transport.
Add the Elasticflow MCP server to your client configuration:
Go to Settings > Extensions, or add manually to config:
{
"mcpServers": {
"elasticflow": {
"url": "https://mcp.elasticflow.app/mcp"
}
}
}
claude mcp add elasticflow --transport streamable-http https://mcp.elasticflow.app/mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"elasticflow": {
"url": "https://mcp.elasticflow.app/mcp",
"transport": "streamable-http"
}
}
}
Add to .vscode/mcp.json:
{
"servers": {
"elasticflow": {
"type": "streamable-http",
"url": "https://mcp.elasticflow.app/mcp"
}
}
}
Elasticflow uses OAuth 2.1 with PKCE. When you connect for the first time, your client will open a browser for authentication. No API keys or manual token configuration needed.
Scopes:
| Scope | Description |
|---|---|
workspaces:read | View your workspaces |
workspaces:write | Create and modify workspaces |
tables:read | View table data and schemas |
tables:write | Create, modify, and delete table data |
documents:read | Read your documents |
documents:write | Create and edit documents |
files:read | View and download files |
files:write | Upload files |
interfaces:read | View interface projects |
interfaces:write | Build and publish interfaces |
Organize your team's projects, data, and files into separate workspaces.
| Tool | Description |
|---|---|
mcp_workspaces_list | See all workspaces your team has access to |
mcp_workspaces_get | Get workspace details — members, settings, usage |
mcp_workspaces_create | Set up a new workspace for a team, project, or department |
mcp_workspaces_update |