P
mcp-doris
...
Created 3/7/2025bymorningman
Categories
data-sciencedorismcp-server
Language:
Python
Stars:
10
Forks:
1
Apache Doris MCP Server
An MCP server for Apache Doris.
Usage
Cursor
Name: doris
Type: command
Command: DORIS_HOST= DORIS_PORT= DORIS_USER= DORIS_PASSWORD= uv run --with mcp-doris --python 3.13 mcp-doris
Development
Prerequest
- install uv
Run MCP Inspector
cd /path/to/mcp-doris
uv sync
source .venv/bin/activate
export PYTHONPATH=/path/to/mcp-doris:$PYTHONPATH
env DORIS_HOST= DORIS_PORT= DORIS_USER= DORIS_PASSWORD= mcp dev mcp_doris/mcp_server.py
Then visit http://localhost:5173
in web browser.
Publish
uv build
uv publish
Last updated: 3/11/2025
Publisher info
More MCP servers built with Python
MCP Server for Bing Webmaster Tools
An MCP (Model Context Protocol) server that provides access to Bing Webmaster Tools functionality
By isiahw1
usgs-water-mcp
This MCP server provides access to real-time water data from the USGS Water Services API. It allows you to fetch instantaneous water measurements including stream flow, gage height, temperature, and other water quality parameters from thousands of monitoring stations across the United States.
By pgiffy