Skip to main content
Glama

Xano MCP Server

by roboulos
MIT License
2
  • Apple
  • Linux

Xano MCP 服务器

这是一个简化的模型上下文协议 (MCP) 服务器,用于 Xano 数据库集成。它允许 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

        • -
          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 -
          28
          2
          TypeScript
          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
          Python
          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
          TypeScript
          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 -
          731
          TypeScript
          • 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