Skip to main content
Glama

MCP Agent - AI Expense Tracker

by dev-muhammad
ChatArea.tsx•368 B
'use client' import ChatInput from './ChatInput' import MessageArea from './MessageArea' const ChatArea = () => { return ( <main className="relative m-1.5 flex flex-grow flex-col rounded-xl bg-background"> <MessageArea /> <div className="sticky bottom-0 ml-9 px-4 pb-2"> <ChatInput /> </div> </main> ) } export default ChatArea

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