Skip to main content
Glama
theburgerllc

AI Development Pipeline MCP

by theburgerllc
layout.tsx824 B
import type { Metadata } from 'next' export const metadata: Metadata = { title: 'AI Development Pipeline MCP Integration', description: 'Claude/VSCode/Augment AI pipeline with unified MCP, Vercel, Airtable, Square integration', keywords: ['MCP', 'Claude AI', 'TypeScript', 'Vercel', 'AI Development'], authors: [{ name: 'AI Development Pipeline' }], viewport: 'width=device-width, initial-scale=1', } export default function RootLayout({ children, }: { children: React.ReactNode }) { return ( <html lang="en"> <head> <meta charSet="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="icon" href="/favicon.ico" /> </head> <body> <div id="root"> {children} </div> </body> </html> ) }

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/theburgerllc/ai-development-pipeline-mcp'

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