DataFlow MCP Server
by SreeTarak2
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOGS_DIR | No | Directory for log files. Default: ./logs. | |
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR). Default: INFO. | |
| MONGO_URI | Yes | MongoDB connection URI. Required. | |
| MONGO_DB_NAME | Yes | MongoDB database name. Required. | |
| MONGO_TIMEOUT | No | Connection timeout in milliseconds. Default: 5000. | |
| MONGO_USE_TLS | No | Enable TLS for MongoDB connection. Default: false. | |
| MONGO_POOL_SIZE | No | Connection pool size. Default: 10. | |
| MONGO_CA_CERT_PATH | No | Path to CA certificate file for TLS. | |
| MONGO_MAX_IDLE_TIME | No | Maximum idle time in milliseconds. Default: 45000. | |
| MONGO_ALLOW_INVALID_CERTS | No | Allow invalid certificates. Default: false. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/SreeTarak2/dataflow_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server