Skip to main content
Glama
roboulos

Xano MCP Server

by roboulos

Xano MCP 서버

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

특징

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

  • Xano 인스턴스 나열

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

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

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

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

Related MCP server: Supabase MCP Server

지역 사용

필수 조건

  • 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를 사용합니다.

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    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.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that enables Claude AI to interact with PocketBase databases by listing and accessing collections through natural language.
    11
    1
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    A Model Context Protocol server that enables LLMs like Claude to interact with SQLite and SQL Server databases, allowing for schema inspection and SQL query execution.
    853
    379
    MIT

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server for interacting with the Supabase platform

View all MCP Connectors

Latest Blog Posts

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