📦
Eda Tool MCP Server
MCP server: Eda Tool MCP Server
0 installs
Trust: 45 — Fair
Devtools
Installation
npx eda-tool-mcp-serverAsk AI about Eda Tool MCP Server
Powered by Claude · Grounded in docs
I know everything about Eda Tool MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Server (with SSE Endpoint)
This repository provides a server setup Data Analysis tool that supports Server-Sent Events (SSE) via the /sse endpoint. It allows clients to connect and receive real-time data streams over HTTP.
🔧 Prerequisites
- Python 3.8 or later
- Git
- curl
Setup Instructions
Run the setup script to install required packages:
python setup.py
cd src/mcp_server_ds
Start the Server
python server.py --transport sse --host 127.0.0.1 --port 8000
