Development · MODEL CONTEXT PROTOCOL
lowcodelocky2 xano mcp
lowcodelocky2 xano mcp is a community-listed Model Context Protocol server. Review the source repository before installation.
WHAT IT CONNECTS
lowcodelocky2 xano mcp 为 AI Agent 提供什么
- **Manage Tables**: Create, list, and delete tables in your Xano database
- **Schema Operations**: View and modify table schemas with comprehensive schema editing capabilities
- **Database Management**: Complete toolset for interacting with your Xano database structure
- **Swagger Spec**: Extract your API group api details in either JSON or Markdown (reduced token) format
- Node.js (v16 or higher)
- npm or another Node.js package manager
- A Xano account with API access
- Cursor, Claude Desktop, Cline or another MCP client.
- Clone the repository:
- Install dependencies:
- Configure your Xano credentials:
- Edit `index.ts` and set your Xano credentials:
- `XANO_API_KEY`: Your Xano API key
- `XANO_WORKSPACE`: Your Xano workspace ID
- `XANO_API_BASE`: Your Xano instance API URL (e.g., https://your-instance.xano.io/api:meta)
- Build the project:
- Open Cursor
- Click "Add MCP Server"
- Configure the server:
- Name: `whatever you want to call it`
- Type: `command`
- Command: `node /path/to/xano-mcp/build/index.js`
- List all tables in your workspace
- View detailed table schemas
- Create new tables with custom schemas
- Delete existing tables
- Modify table schemas (add/remove/rename columns)
- Add new columns with various data types
- Remove columns
- Rename columns
- Update entire table schemas
- Support for complex data types and relationships
- Create new API groups
- List all API groups
- Browse APIs within groups
- Enable/disable Swagger documentation
- Manage API group metadata (tags, branches, etc.)
- Add new APIs to groups
- Configure HTTP methods (GET, POST, PUT, DELETE, PATCH, HEAD)
- Set up API documentation
- Add metadata (tags, descriptions)
- Generate API Group specifications in both markdown (reduced tokens) and JSO (full) formats
- View Swagger documentation
- Access detailed schema information
- Open the file `src/index.ts` in your code editor
- Locate the commented-out section that starts with:
- To uncomment this section:
- Delete the opening `/*` on the line after "Delete Table Tool"
- Delete the closing `*/` before "Edit Table Schema Tool"
- Save the file
- Run a new build `npm run build'
- Restart your MCP client (Claude / Cursor)
- The delete-table tool should now be available in your toolset
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。