https://github.com/morningman/mcp-doris
An MCP server for Apache Doris & VeloDB
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.9%) to scientific vocabulary
Keywords
Repository
An MCP server for Apache Doris & VeloDB
Basic Info
- Host: GitHub
- Owner: morningman
- License: apache-2.0
- Language: Python
- Default Branch: main
- Homepage: https://doris.apache.org/
- Size: 5.13 MB
Statistics
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 4
- Releases: 0
Topics
Metadata Files
README.md
Apache Doris MCP Server
An MCP server for Apache Doris.

Usage
Cursor
Name: doris
Type: command
Command: DORIS_HOST=<doris-host> DORIS_PORT=<port> DORIS_USER=<doris-user> DORIS_PASSWORD=<doris-pwd> uv run --with mcp-doris --python 3.13 mcp-doris
Development
Prerequest
- install uv
Run MCP Inspector
sql
cd /path/to/mcp-doris
uv sync
source .venv/bin/activate
export PYTHONPATH=/path/to/mcp-doris:$PYTHONPATH
env DORIS_HOST=<doris-host> DORIS_PORT=<port> DORIS_USER=<doris-user> DORIS_PASSWORD=<doris-pwd> mcp dev mcp_doris/mcp_server.py
Then visit http://localhost:5173 in web browser.
Publish
uv build
uv publish
Owner
- Name: Mingyu Chen
- Login: morningman
- Kind: user
- Repositories: 54
- Profile: https://github.com/morningman
Apache Doris PMC Chair
GitHub Events
Total
- Issues event: 1
- Watch event: 13
- Push event: 11
- Pull request event: 2
- Fork event: 6
- Create event: 3
Last Year
- Issues event: 1
- Watch event: 13
- Push event: 11
- Pull request event: 2
- Fork event: 6
- Create event: 3
Packages
- Total packages: 1
-
Total downloads:
- pypi 22 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
pypi.org: mcp-doris
An MCP server for Apache Doris.
- Homepage: https://github.com/morningman/mcp-doris
- Documentation: https://mcp-doris.readthedocs.io/
- License: apache-2.0
-
Latest release: 0.1.1
published over 1 year ago