greptimedb-mcp-server

Created By
MCP-Mirrora year ago
Mirror of
Overview

what is greptimedb-mcp-server?

The greptimedb-mcp-server is a Model Context Protocol (MCP) server implementation for GreptimeDB, designed to provide AI assistants with a secure and structured way to explore and analyze databases.

how to use greptimedb-mcp-server?

To use the greptimedb-mcp-server, install it via pip and configure the necessary environment variables or command-line arguments to connect to your GreptimeDB instance. Then, integrate it with Claude Desktop for seamless operation.

key features of greptimedb-mcp-server?

  • Secure access to database tables and data.
  • Ability to execute SQL queries through a controlled interface.
  • Integration with AI assistants for enhanced database interaction.

use cases of greptimedb-mcp-server?

  1. Enabling AI assistants to perform data analysis on GreptimeDB.
  2. Allowing users to list and query database tables securely.
  3. Facilitating the development of applications that require structured database access.

FAQ from greptimedb-mcp-server?

  • What is the primary purpose of the greptimedb-mcp-server?

It provides a secure and structured way for AI assistants to interact with GreptimeDB databases.

  • How do I install the greptimedb-mcp-server?

You can install it using the command pip install greptimedb-mcp-server.

  • Is there any specific configuration required?

Yes, you need to set environment variables for database connection details or use command-line arguments.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
MCP-Mirror
Star
0
Language
Python
License
MIT license

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
10 months ago
Ziwei Ai
@main

Ziwei AI Overview: Ziwei AI is an innovative AI application based on the wisdom of traditional Chinese culture, specifically “Ziwei Dou Shu.” It aims to help users better inherit Chinese civilization by leveraging big data methodologies to process information, understand oneself, master life’s rules, and improve work and life efficiency. Ziwei AI seamlessly integrates the wisdom of traditional culture with modern technology. With its three core features—charting, chart analysis, and interactive reports—Ziwei AI provides a professional yet simplified, engaging, and accessible tool. It caters to users’ needs for big data trend analysis and interpretation. Core Features: 1. Charting Function: Ziwei AI offers comprehensive charting services, including birth charting, 10-year fortune charts, annual/luck cycle charts, monthly charts, daily charts, and even hourly charts. This function allows users to visualize their Ziwei star charts, combining historical, geographical, and astronomical knowledge to understand personality traits and natural talents while identifying trends and developments across different life stages. 2. Chart Analysis: Ziwei AI delivers fully automated analysis services and generates real-time, precise reports. Using a systematic approach, it provides targeted interpretations of charting results, uncovering hidden data insights. This helps users objectively understand the underlying values and positive energies, enabling smarter decisions in life to maximize benefits and avoid pitfalls. 3. Interactive Reports: Ziwei AI enables users to engage with traditional cultural knowledge through conversational interactions. It offers personalized and engaging Ziwei Dou Shu knowledge in an easily digestible format, enhancing user experience and contextualizing interpretations for daily life scenarios. This functionality fosters better understanding and promotes traditional cultural dissemination. 4. Cultural Inheritance and Popularization: By combining traditional Chinese culture with modern technology, Ziwei AI innovatively inherits the wisdom of Ziwei Dou Shu while promoting Chinese civilization on the global stage. Its AI-generated reasoning reports not only improve the scientific validity and readability of metaphysics but also contribute to the dissemination of Eastern traditional culture in contemporary society. Ziwei AI is not just a practical and fun technological application; it is a gateway to the profound wisdom of traditional culture empowered by artificial intelligence. Let us embrace this groundbreaking fusion of ancient wisdom and modern technology. Service Access: • WeChat Official Account: Ziwei AI • Website: https://ziweiai.com.cn

2 days ago
Agent Smith
@jpoindexter

Auto-generate AGENTS.md from your codebase Stop writing AGENTS.md by hand. Run agentsmith and it scans your codebase to generate a comprehensive context file that AI coding tools read automatically. What is AGENTS.md? AGENTS.md is an open standard for giving AI coding assistants context about your project. It's adopted by 60,000+ projects and supported by: Cursor GitHub Copilot Claude Code VS Code Gemini CLI And 20+ more tools AI tools automatically discover and read AGENTS.md files - no configuration needed. What agentsmith does Instead of writing AGENTS.md manually, agentsmith scans your codebase and generates it: npx @jpoindexter/agent-smith agentsmith Scanning /Users/you/my-project... ✓ Found 279 components ✓ Found 5 components with CVA variants ✓ Found 37 color tokens ✓ Found 14 custom hooks ✓ Found 46 API routes (8 with schemas) ✓ Found 87 environment variables ✓ Detected Next.js (App Router) ✓ Detected shadcn/ui (26 Radix packages) ✓ Found cn() utility ✓ Found mode/design-system ✓ Detected 6 code patterns ✓ Found existing CLAUDE.md ✓ Found .ai/ folder (12 files) ✓ Found prisma schema (28 models) ✓ Scanned 1572 files (11.0 MB, 365,599 lines) ✓ Found 17 barrel exports ✓ Found 15 hub files (most imported) ✓ Found 20 Props types ✓ Found 40 test files (12% component coverage) ✓ Generated AGENTS.md ~11K tokens (9% of 128K context) Install # Run directly (no install needed) npx @jpoindexter/agent-smith # Or install globally npm install -g @jpoindexter/agent-smith Usage # Generate AGENTS.md in current directory agentsmith # Generate for a specific directory agentsmith ./my-project # Preview without writing (dry run) agentsmith --dry-run # Custom output file agentsmith --output CONTEXT.md # Force overwrite existing file agentsmith --force Output Modes # Default - comprehensive output (~11K tokens) agentsmith # Compact - fewer details (~20% smaller) agentsmith --compact # Compress - signatures only (~40% smaller) agentsmith --compress # Minimal - ultra-compact (~3K tokens) agentsmith --minimal # XML format (industry standard, matches Repomix) agentsmith --xml # Include file tree visualization agentsmith --tree

4 days ago
Seedance 2.0

3 days ago
Belgian Train Schedule
@hansf

> **Disclaimer:** This project was vibe coded and is **not affiliated with or supported by [iRail vzw](https://hello.irail.be)**. Train data may be inaccurate or outdated. Always verify with official sources ([belgiantrain.be](https://www.belgiantrain.be) or the NMBS/SNCB app) before making travel decisions. A [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server that provides Belgian railway travel information via the [iRail API](https://api.irail.be). ## Features - **Search Stations** - Find Belgian railway stations by name - **Live Departures/Arrivals** - Real-time departure and arrival boards - **Find Connections** - Route planning between stations with transfers - **Train Information** - Detailed stops, delays, and platforms for a specific train - **Network Disturbances** - Current disruptions and planned maintenance ## Installation Requires Python 3.11+ and [uv](https://docs.astral.sh/uv/). ```bash git clone https://github.com/HansF/irail-mcp.git cd irail-mcp uv venv && source .venv/bin/activate uv pip install -e . ``` ## Usage with Claude Code Add to your project's `.mcp.json`: ```json { "mcpServers": { "irail": { "command": "uvx", "args": ["irail-mcp"] } } } ``` Then ask Claude things like: - "What trains leave Brussels Central in the next hour?" - "Find a route from Antwerp to Bruges at 2:30 PM tomorrow" - "Are there any disruptions on the Belgian rail network?" - "Show me details for train IC2240" ## Tools ### search_stations Search for stations by name. - `query` (required) - Station name or partial name - `lang` (optional) - Language: en, nl, fr, de, it ### get_liveboard Real-time departures or arrivals from a station. - `station` (required) - Station name - `date` (optional) - YYYY-MM-DD, "today", "tomorrow", "+2 days" - `time` (optional) - HH:MM (24h) - `arrival` (optional) - Show arrivals instead of departures - `lang` (optional) ### find_connections Find routes between two stations. - `from_station` (required) - Departure station - `to_station` (required) - Destination station - `date`, `time`, `lang` (optional) - `arrival_time` (optional) - If true, time is desired arrival time ### get_train_info Detailed information about a specific train. - `train_id` (required) - e.g. "IC1234" or "BE.NMBS.IC1234" - `date`, `lang` (optional) ### get_disturbances Current network disruptions and planned works. - `lang` (optional)

4 days ago