Skip to main content
Glama

CnosDB MCP Server

Official
by cnosdb

CnosDB MCP 서버

CnosDB용 MCP 서버.

특징

  • 질문쿼리 실행(SQL을 자동으로 식별)
  • 목록_데이터베이스모든 데이터베이스 나열
  • 리스트_테이블데이터베이스의 테이블 나열
  • 설명_테이블[table_name]에 대한 테이블 스키마 표시

개발

지엑스피1

구성

대체 MCP 클라이언트는 https://github.com/punkpeye/awesome-mcp-clients에서 확인하세요.

  1. 다음 위치에 있는 Claude Desktop 구성 파일을 엽니다.
    • macOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
  2. 다음을 추가합니다.
{ "name": "CnosDB", "key": "CnosDBMCPServer", "command": "uv", "args": [ "--directory", "REPO_PATH/cnosdb-mcp-server", "run", "server.py" ], "env": { "CNOSDB_HOST": "127.0.0.1", "CNOSDB_PORT": "8902", "CNOSDB_USERNAME": "root", "CNOSDB_PASSWORD": "CnosDB#!" } }

환경 변수를 업데이트하여 사용자의 CnosDB 서비스를 가리키도록 합니다.

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Claude를 통해 CnosDB 데이터베이스와 상호 작용하고 SQL 쿼리, 데이터베이스 목록, 테이블 목록 및 스키마 설명을 지원하는 MCP 서버입니다.

  1. 특징
    1. 개발
      1. 구성

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.
      Last updated -
      15
      909
      84
      TypeScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      An MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.
      Last updated -
      7
      649
      13
      TypeScript
      MIT License
      • Apple
      • Linux
    • A
      security
      A
      license
      A
      quality
      An MCP server that enables MySQL database integration with Claude. You can execute SQL queries and manage database connections.
      Last updated -
      2
      7
      Python
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      An MCP server implementation that enables Claude to execute read-only queries against MariaDB databases and explore database schemas through natural language.
      Last updated -
      18
      Python
      MIT License
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/cnosdb/cnosdb-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server