Skip to main content
Glama
senseisven

MCP Remote macOS Control Server

by senseisven
page.tsx392 B
'use client' import ChatInterface from '@/components/Chat/ChatInterface' import ErrorBoundary from '@/components/UI/ErrorBoundary' export default function Home() { return ( <ErrorBoundary> <main className="h-screen flex flex-col bg-background"> <div className="flex-1 overflow-hidden"> <ChatInterface /> </div> </main> </ErrorBoundary> ) }

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/senseisven/mcp_macos'

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