-
securityF
license-
qualityEnables 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
用于与 Xano API 交互的模型上下文协议 (MCP) 服务器实现。该服务器提供通过 MCP 接口管理 Xano 数据库操作的工具和资源。
.env
文件:get_workspaces
:列出所有可用的工作区create_table
:在工作区中创建新表get_table_content
:从支持分页的表中获取内容add_table_content
:向表中添加新内容update_table_content
:更新表中现有内容get_all_tables
:列出工作区中的所有表及其详细信息多变的 | 描述 | 必需的 | 默认 |
---|---|---|---|
XANO_API_密钥 | 您的 Xano API 身份验证密钥 | 是的 | - |
XANO_API_URL | Xano API 端点 URL | 是的 | - |
NODE_ENV | 环境(开发/生产) | 不 | 发展 |
API 超时 | API 请求超时(以毫秒为单位) | 不 | 10000 |
服务器提供以下详细的错误消息:
国际学习中心
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
通过模型上下文协议 (MCP) 接口实现与 Xano API 的交互,为 Xano 数据库操作提供安全且类型安全的管理。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SarimSiddd/xano_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server