Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Greptimedb Mcp Server
  4. vs Tablebridge Mcp
Side-by-Side Model Context Protocol Comparison

Greptimedb Mcp Server vs Tablebridge Mcp

In-depth architectural comparison of the Greptimedb Mcp Server and Tablebridge Mcp MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Greptimedb Mcp Server
Databases · Local stdio
Quality: 60/100 (Good) | Auth: API Key required
Tablebridge Mcp
Databases · Local stdio
Quality: 27/100 (Emerging) | Auth: No auth required
Verdict Summary: Choose Greptimedb Mcp Server if you need specialized Databases tools running via a local process. Choose Tablebridge Mcp if your workspace requires Databases integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Greptimedb Mcp Server logo

Choose Greptimedb Mcp Server when:

  • You need dedicated capabilities in the Databases domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Free / Open Source).
  • You have access to required keys: GREPTIMEDB_HOST, GREPTIMEDB_PORT, GREPTIMEDB_USER, GREPTIMEDB_PASSWORD, GREPTIMEDB_DATABASE, GREPTIMEDB_TIMEZONE, GREPTIMEDB_HTTP_PORT, GREPTIMEDB_MASK_ENABLED.
  • Primary tools included: execute_sql, execute_tql, query_range.
Explore Greptimedb Mcp Server Details
T

Choose Tablebridge Mcp when:

  • You need dedicated capabilities in the Databases domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
Explore Tablebridge Mcp Details

Feature & Specification Comparison

Specification
Greptimedb Mcp Server logo
Greptimedb Mcp Server
GreptimeTeam
Databases
T
Tablebridge Mcp
Databases
SummaryA Model Context Protocol (MCP) server for GreptimeDBQuery a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only.
Category & ScopeDatabasesDatabases
Quality signal

Tools & Capabilities Breakdown

Greptimedb Mcp Server Tools (6)

execute_sql
Execute SQL queries with format (csv/json/markdown) and limit options
execute_tql
Execute TQL (PromQL-compatible) queries for time-series analysis
query_range
Execute time-window aggregation queries with RANGE/ALIGN syntax
describe_table
Inspect a table profile: schema, semantic metadata, latest sample rows, and query guidance
explain_query
Analyze SQL or TQL query execution plans (`analyze=true` for runtime stats; add `verbose=true` alongside `analyze=true` for per-partition scan metrics and index-pruning counters)
health_check

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Greptimedb Mcp Server Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "greptimeteam-greptimedb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ],
      "env": {
        "GREPTIMEDB_HOST": "YOUR_GREPTIMEDB_HOST_HERE",
        "GREPTIMEDB_PORT": "YOUR_GREPTIMEDB_PORT_HERE",
        "GREPTIMEDB_USER": "YOUR_GREPTIMEDB_USER_HERE",
        "GREPTIMEDB_PASSWORD": "YOUR_GREPTIMEDB_PASSWORD_HERE",
        "GREPTIMEDB_DATABASE": "YOUR_GREPTIMEDB_DATABASE_HERE",
        "GREPTIMEDB_TIMEZONE": "YOUR_GREPTIMEDB_TIMEZONE_HERE",
        "GREPTIMEDB_HTTP_PORT": "YOUR_GREPTIMEDB_HTTP_PORT_HERE",
        "GREPTIMEDB_MASK_ENABLED": "YOUR_GREPTIMEDB_MASK_ENABLED_HERE"
      }
    }
  }
}
Tablebridge Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "tablebridge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tablebridge-mcp"
      ]
    }
  }
}

Frequently Asked Questions

Greptimedb Mcp Server is categorized under Databases and uses a local stdio subprocess. In contrast, Tablebridge Mcp belongs to Databases using local stdio subprocess. Select Greptimedb Mcp Server when you need capabilities focused on databases and Tablebridge Mcp when you require tools for databases.

More alternatives to Greptimedb Mcp ServerMore alternatives to Tablebridge McpDatabases category hub

Related MCP Server Comparisons

Popular comparisons with Greptimedb Mcp Server

  • Influxdb3 Mcp Server logoGreptimedb Mcp Server vs Influxdb3 Mcp Server
  • Postgres Mcp logoGreptimedb Mcp Server vs Postgres Mcp
  • Mysql Mcp Server logoGreptimedb Mcp Server vs Mysql Mcp Server
  • Mcp Snowflake Server logoGreptimedb Mcp Server vs Mcp Snowflake Server

Popular comparisons with Tablebridge Mcp

60/100 (Good)
27/100 (Emerging)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementAPI Key requiredNo auth required
Pricing ModelFree / Open SourceFree / Open Source
Required Env Vars
GREPTIMEDB_HOSTGREPTIMEDB_PORTGREPTIMEDB_USERGREPTIMEDB_PASSWORDGREPTIMEDB_DATABASEGREPTIMEDB_TIMEZONEGREPTIMEDB_HTTP_PORTGREPTIMEDB_MASK_ENABLED
None required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highnpx · low
Engagement & Health 3 views 0 copies 0 upvotes 29 stars 0 views 0 copies 0 upvotes
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Greptimedb Mcp Server ListingView Tablebridge Mcp Listing
Check database connection status and server version

Tablebridge Mcp Tools (0)

No explicit tool names declared in metadata yet. Check project README on main listing page.
  • AllMCPs Server logoTablebridge Mcp vs AllMCPs Server
  • Genai Toolbox logoTablebridge Mcp vs Genai Toolbox
  • Mysql Mcp Server logoTablebridge Mcp vs Mysql Mcp Server
  • Mcp Mysql Server logoTablebridge Mcp vs Mcp Mysql Server