Skip to main content
Glama
mcp-agent-demo.tsx440 B
"use client" import { MCPControlSection } from "./mcp-control-section" import { MCPDemoSection } from "./mcp-demo-section" export function MCPAgentDemo() { return ( <div className="container mx-auto p-4 max-w-6xl h-screen"> <div className="grid grid-cols-1 md:grid-cols-3 gap-4 h-full"> <MCPControlSection className="md:col-span-1" /> <MCPDemoSection className="md:col-span-2" /> </div> </div> ) }

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/myeong-ga/research-agent-mcp-0.36-pro-preview-06-01'

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