Skip to main content
Glama

MCP Webcam Server

by evalstate
App.tsx349 B
import "./App.css"; import { WebcamCapture } from "./components/WebcamCapture"; function App() { return ( <div className="min-h-screen bg-background"> <main className="py-2 sm:py-4"> <div className="container mx-auto px-2 sm:px-4"> <WebcamCapture /> </div> </main> </div> ); } export default App;

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/evalstate/mcp-webcam'

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