Skip to main content
Glama
xano-inc

Xano Developer MCP

Official
by xano-inc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
xano_validate_xanoscriptA

Validate XanoScript code for syntax errors. Supports multiple input methods:

  • code: Raw XanoScript code as a string

  • file_path: Path to a single .xs file (easier than escaping code!)

  • file_paths: Array of file paths for batch validation

  • directory: Validate all .xs files in a directory

Returns errors with line/column positions and helpful suggestions for common mistakes. The language server auto-detects the object type from the code syntax.

xano_xanoscript_docsA

Get XanoScript programming language documentation for AI code generation. Call without parameters for overview (README). For context-limited models: use tier='survival' (~800 tokens) or tier='working' (~3500 tokens). Use 'topic' for specific documentation, or 'file_path' for context-aware docs based on the file you're editing. Use mode='quick_reference' for compact syntax reference (recommended for context efficiency). Use max_tokens to limit documentation size to fit your context budget. file_path mode defaults to 'quick_reference' to reduce context size; use mode='full' to get complete docs.

xano_versionA

Get the current version of the Xano Developer MCP server. Returns the version string from package.json.

xano_meta_api_docsA

Get documentation for Xano's Meta API. Use this to understand how to programmatically manage Xano workspaces, databases, APIs, functions, agents, and more.

Topics

  • start: Xano Meta API - Getting Started

  • authentication: Authentication & Authorization

  • workspace: Workspace Management

  • apigroup: API Group Management

  • api: API Endpoint Management

  • table: Database Table Management

  • function: Reusable Function Management

  • task: Scheduled Task Management

  • agent: AI Agent Management

  • tool: Agent Tool Management

  • mcp_server: MCP Server Management

  • middleware: Middleware Management

  • branch: Branch Management

  • realtime: Realtime Channel Management

  • file: File Storage Management

  • history: Request & Execution History

  • workflows: Common Workflows

Usage

  • Start with "start" topic for overview and getting started

  • Use "workflows" for step-by-step guides

  • Use specific topics (workspace, table, api, etc.) for detailed endpoint docs

xano_cli_docsA

Get documentation for the Xano CLI. Use this to understand how to use the CLI for local development, code sync, and XanoScript execution.

Topics

  • auth: Xano CLI - Authentication

  • start: Xano CLI - Getting Started

  • profile: Xano CLI - Profile Management

  • workspace: Xano CLI - Workspace Operations

  • branch: Xano CLI - Branch Management

  • function: Xano CLI - Function Management

  • release: Xano CLI - Release Management

  • tenant: Xano CLI - Tenant Management

  • unit_test: Xano CLI - Unit Test Management

  • workflow_test: Xano CLI - Workflow Test Management

  • sandbox: Xano CLI - Sandbox Environment

  • platform: Xano CLI - Platform Management

  • static_host: Xano CLI - Static Hosting

  • update: Xano CLI - Update

  • integration: Xano CLI + Meta API Integration Guide

Usage

  • Start with "start" topic for installation and setup

  • Use "auth" or "profile" to understand authentication options

  • Use "integration" to understand when to use CLI vs Meta API

  • Use specific topics for command reference (workspace, sandbox, branch, release, tenant, function, etc.)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
survivalMinimal syntax survival kit for writing valid XanoScript (~3KB)
workingComplete working reference for common XanoScript tasks (~12KB)
readmeXanoScript overview, workspace structure, and quick reference
essentialsCommon patterns, quick reference, and common mistakes to avoid
syntaxExpressions, operators, and filters for all XanoScript code
syntax/string-filtersString filters, regex, encoding, security filters, text functions
syntax/array-filtersArray filters, functional operations, and array functions
syntax/functionsMath filters/functions, object functions, bitwise operations
typesData types, input blocks, and validation
tablesDatabase schema definitions with indexes and relationships
functionsReusable function stacks with inputs and responses
apisHTTP endpoint definitions with authentication and CRUD patterns
tasksScheduled and cron jobs
triggersEvent-driven handlers (table, realtime, workspace, agent, MCP)
databaseAll db.* operations: query, get, add, edit, patch, delete
agentsAI agent configuration with LLM providers and tools
toolsAI tools for agents and MCP servers
mcp-serversMCP server definitions exposing tools
unit-testingUnit tests, mocks, and assertions within functions, APIs, and middleware
workflow-testsEnd-to-end workflow tests with data source selection and tags
integrationsExternal service integrations index - see sub-topics for details
integrations/cloud-storageAWS S3, Azure Blob, and GCP Storage operations
integrations/searchElasticsearch, OpenSearch, and Algolia search operations
integrations/redisRedis caching, rate limiting, and queue operations
integrations/external-apisHTTP requests with api.request patterns
integrations/utilitiesLocal storage, email, zip, and Lambda utilities
frontendStatic frontend development and deployment
addonsReusable subqueries for fetching related data
debuggingLogging, inspecting, and debugging XanoScript execution
performancePerformance optimization best practices
realtimeReal-time channels and events for push updates
securitySecurity best practices for authentication and authorization
streamingStreaming data from files, requests, and responses
middlewareRequest/response interceptors for functions, queries, tasks, and tools
branchBranch-level settings: middleware, history retention, visual styling
workspaceWorkspace-level settings: environment variables, preferences, realtime

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/xano-inc/xano-developer-mcp'

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