Skip to main content
Glama

MCP Todoist

by kentaroh7777
layout.tsx991 B
import { Inter } from 'next/font/google' import './globals.css' import type { Metadata } from 'next' import { AntdRegistry } from '@ant-design/nextjs-registry' import ConfigProvider from 'antd/es/config-provider' import { ConvexClientProvider } from '@/lib/convex' const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { title: 'MCP Todoist', description: 'Todoist API compatible MCP Server', } export default function RootLayout({ children, }: { children: React.ReactNode }) { return ( <html lang="ja"> <body className={inter.className}> <ConvexClientProvider> <AntdRegistry> <ConfigProvider theme={{ token: { colorPrimary: '#1890ff', borderRadius: 8, }, }} > {children} </ConfigProvider> </AntdRegistry> </ConvexClientProvider> </body> </html> ) }

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/kentaroh7777/mcp-todoist'

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