MCP.so
登录

Snappy MCP Server with Xano Integration

@roboulos

关于 Snappy MCP Server with Xano Integration

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

roboulos

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器