Skip to main content
Glama

MCP Agent - AI Expense Tracker

by dev-muhammad
page.tsx•380 B
'use client' import Sidebar from '@/components/chat/Sidebar/Sidebar' import { ChatArea } from '@/components/chat/ChatArea' import { Suspense } from 'react' export default function Home() { return ( <Suspense fallback={<div>Loading...</div>}> <div className="flex h-screen bg-background/80"> <Sidebar /> <ChatArea /> </div> </Suspense> ) }

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/dev-muhammad/MCPAgent'

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