Xano MCP 서버
Xano 데이터베이스 통합을 위한 간소화된 모델 컨텍스트 프로토콜(MCP) 서버입니다. Claude가 Xano 메타데이터 API를 통해 Xano 데이터베이스와 상호 작용할 수 있도록 지원합니다.
특징
이 MCP 서버는 다음을 위한 핵심 도구를 제공합니다.
Xano 인스턴스 나열
인스턴스 세부 정보 가져오기
인스턴스의 데이터베이스 나열
데이터베이스의 테이블 나열
테이블 세부 정보 가져오기
지역 사용
필수 조건
Python 3.8 이상
유효한 Xano Metadata API 토큰
설치
지엑스피1
서버 실행
Smithery.ai 배포
이 저장소는 Smithery.ai에 배포되도록 구성되었습니다.
배포 단계
Smithery.ai에 서버를 추가하세요
Xano API 토큰을 구성 매개변수로 설정하세요.
서버 배포
API 엔드포인트 구조
구현에서는 다음 구조의 Xano API를 사용합니다.
인증:
/auth/me
인스턴스 찾아보기:
/instance
데이터베이스 나열:
/instance/{name}/workspace
테이블 목록:
/instance/{name}/database/{name}/table
구현
MCP 서버는 프로토콜 준수와 MCP 요청 및 응답의 적절한 처리를 보장하는 Python용 FastMCP SDK를 사용합니다.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude가 Xano Metadata API를 통해 Xano 데이터베이스와 상호 작용할 수 있도록 하는 단순화된 모델 컨텍스트 프로토콜 서버입니다.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.Last updated -1,4542MIT License
- -securityAlicense-qualityA 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 -1MIT License
- -securityAlicense-qualityA 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 -2MIT License
- AsecurityFlicenseAqualityA 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