MCP.so
Sign In

Snappy MCP Server with Xano Integration

@roboulos

About Snappy MCP Server with Xano Integration

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

roboulos

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "remote-mcp-server-roboulos": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8787/sse"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Snappy MCP Server with Xano Integration?

A remote MCP server built on Cloudflare Workers with Xano database integration for tool management, session tracking, and OAuth. It implements the latest Streamable HTTP transport protocol (2024-11-05) and supports legacy SSE transport.

How to use Snappy MCP Server with Xano Integration?

Clone the repository, install dependencies, configure your Xano API key in wrangler.jsonc, then run locally with npm run dev. Connect clients like the MCP Inspector or Claude Desktop using either SSE (/sse) or Streamable HTTP (/mcp) endpoints.

Key features of Snappy MCP Server with Xano Integration

  • Xano-backed tool, session, OAuth, and logging management
  • Streamable HTTP transport (2024-11-05) with SSE fallback
  • Multiple authentication methods: URL params, Authorization header, request body
  • Session state persistence across requests via Xano
  • Supports Claude Desktop and MCP Inspector

Use cases of Snappy MCP Server with Xano Integration

  • Deploy a remote MCP server for AI assistants like Claude
  • Manage MCP tools dynamically through Xano database tables
  • Track MCP sessions and OAuth tokens with Xano
  • Log all MCP requests for debugging and auditing

FAQ from Snappy MCP Server with Xano Integration

What transport protocols does the server support?

It supports both legacy SSE transport and the latest Streamable HTTP transport (2024-11-05).

What dependencies or runtime are required?

The server runs on Cloudflare Workers. Local development requires Node.js and npm, plus a Xano project with the specified tables and API endpoints.

Where are sessions and data stored?

Session data, OAuth tokens/states, tool definitions, and logs are stored in Xano database tables.

What authentication methods are available?

Authentication can be provided via URL parameters (auth_token, user_id), an Authorization: Bearer header plus x-user-id header, or in the request body.

How do I deploy the server to Cloudflare?

Create a KV namespace, add your Xano API key to wrangler.jsonc, and run npm run deploy.

Comments

More Other MCP servers