Skip to main content
Glama

Xano MCP Server

by roboulos
MIT License
2
  • Apple
  • Linux

Xano MCP サーバー

これは、Xanoデータベース統合のための簡素化されたモデルコンテキストプロトコル(MCP)サーバーです。これにより、ClaudeはXanoメタデータAPIを介してXanoデータベースとやり取りできるようになります。

特徴

この MCP サーバーは、次のコア ツールを提供します。

  • Xanoインスタンスの一覧表示
  • インスタンスの詳細を取得する
  • インスタンス内のデータベースの一覧表示
  • データベース内のテーブルの一覧表示
  • テーブルの詳細を取得する

ローカル使用

前提条件

  • Python 3.8以上
  • 有効な Xano メタデータ API トークン

インストール

# Install dependencies pip install httpx "mcp[cli]"

サーバーの実行

# 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 サーバーは Python 用の FastMCP SDK を使用しており、これによりプロトコルの準拠と MCP 要求および応答の適切な処理が保証されます。

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude が Xano メタデータ API を介して Xano データベースと対話できるようにする、簡素化されたモデル コンテキスト プロトコル サーバー。

  1. 特徴
    1. ローカル使用
      1. 前提条件
      2. インストール
      3. サーバーの実行
    2. Smithery.ai の展開
      1. 展開手順
    3. APIエンドポイント構造
      1. 実装

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          Enables interaction with the Xano API through a Model Context Protocol (MCP) interface, providing secure and type-safe management of Xano database operations.
          Last updated -
          6
          TypeScript
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
          Last updated -
          48
          4
          TypeScript
          • Apple
        • -
          security
          F
          license
          -
          quality
          Enables AI assistants to manage Xano databases through the Model Context Protocol, allowing users to create, modify, and delete tables, edit schemas, and extract API documentation.
          Last updated -
          6
          TypeScript
        • A
          security
          A
          license
          A
          quality
          A collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.
          Last updated -
          2
          19
          TypeScript
          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/roboulos/simple-xano-mcp'

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