Snappy MCP Server with Xano Integration
@roboulos
About Snappy MCP Server with Xano Integration
No overview available yet
Basic information
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.
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ICSS
chokcoco不止于 CSS
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments