Skip to main content
Glama
by roboulos

Xano MCP 서버

Xano 데이터베이스 통합을 위한 간소화된 모델 컨텍스트 프로토콜(MCP) 서버입니다. Claude가 Xano 메타데이터 API를 통해 Xano 데이터베이스와 상호 작용할 수 있도록 지원합니다.

특징

이 MCP 서버는 다음을 위한 핵심 도구를 제공합니다.

  • Xano 인스턴스 나열

  • 인스턴스 세부 정보 가져오기

  • 인스턴스의 데이터베이스 나열

  • 데이터베이스의 테이블 나열

  • 테이블 세부 정보 가져오기

지역 사용

필수 조건

  • Python 3.8 이상

  • 유효한 Xano Metadata API 토큰

설치

지엑스피1

서버 실행

# Run with your Xano token python xano_mcp_sdk.py --token "YOUR_XANO_API_TOKEN"

Smithery.ai 배포

이 저장소는 Smithery.ai에 배포되도록 구성되었습니다.

배포 단계

  1. Smithery.ai에 서버를 추가하세요

  2. Xano API 토큰을 구성 매개변수로 설정하세요.

  3. 서버 배포

API 엔드포인트 구조

구현에서는 다음 구조의 Xano API를 사용합니다.

  • 인증: /auth/me

  • 인스턴스 찾아보기: /instance

  • 데이터베이스 나열: /instance/{name}/workspace

  • 테이블 목록: /instance/{name}/database/{name}/table

구현

MCP 서버는 프로토콜 준수와 MCP 요청 및 응답의 적절한 처리를 보장하는 Python용 FastMCP SDK를 사용합니다.

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

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.
    Last updated -
    2,557
    2
    MIT License
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables Claude AI to interact with Xano databases, providing comprehensive database operations, file management, and request history tracking through a standardized interface.
    Last updated -
    1
    MIT License
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables Claude to interact directly with Contentful CMS, allowing the AI to fetch content types and entries from a Contentful space.
    Last updated -
    2
    MIT License
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.
    Last updated -
    31
    • 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/roboulos/simple-xano-mcp'

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