Skip to main content
Glama

Workers + Stytch TODO App MCP Server

by dandalgatov
Setup.tsx689 B
import type { ReactNode } from "react"; export default function Setup({ children }: { children: ReactNode }) { if (!import.meta.env.VITE_STYTCH_PUBLIC_TOKEN) { return ( <> <h1>Error: Stytch Not Configured Yet</h1> <p> Full setup instructions are available in the{" "} <a href="https://github.com/stytchauth/mcp-stytch-consumer-todo-list">README</a> . Make sure you have configured the following: <ul> <li> <code>VITE_STYTCH_PUBLIC_TOKEN</code> in your <code>.env.local</code> </li> <li> <code>STYTCH_PROJECT_ID</code> in your <code>wrangler.jsonc</code> </li> </ul> </p> </> ); } return children; }

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/dandalgatov/mcp-stytch-consumer-todo-list-server'

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