Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
229
ThreadIndexScreen.tsx540 B
"use client"; import { Unready } from "src/components/site/Unready"; import { ThreadIndexView } from "src/components/thread/ThreadIndexView/ThreadIndexView"; import { Props, useThreadIndexScreen } from "./useThreadIndexScreen"; export function ThreadIndexScreen(props: Props) { const { ready, data, mutate, error } = useThreadIndexScreen(props); if (!ready) return <Unready error={error} />; return ( <ThreadIndexView threads={data} mutate={mutate} query={props.query} page={props.page} /> ); }

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/Southclaws/storyden'

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