GreptimeTeam_greptimedb-mcp-server
0
The greptimedb-mcp-server is an implementation of the Model Context Protocol server tailored for GreptimeDB. It offers AI assistants a secure and structured way to access and manipulate database content through a controlled interface. This ensures efficient and responsible database usage.
greptimedb-mcp-server
A Model Context Protocol (MCP) server implementation for GreptimeDB.
- Features
- Provides AI assistants with a secure and structured way to interact with databases.
- Lists tables, reads data, and executes SQL queries through a controlled interface.
- Installation
- Use pip to install:
pip install greptimedb-mcp-server
- Use pip to install:
- Configuration
- Set environment variables or use command-line arguments to configure the database connection.
- Contribute
- Requires Python with
uv
package manager and GreptimeDB installation. - Development includes cloning the repository, setting up a virtual environment, and running tests with pytest.
- Requires Python with
- License
- MIT License.