Skip to main content
Glama

Airtable MCP Server

by AM1010101
index.ts276 B
import { startHttpServer, startHttpTransport } from './transport.js'; const main = async () => { const httpServer = await startHttpServer({ port: 8080 }); startHttpTransport(httpServer); }; main().catch((error: Error) => { console.error(error); process.exit(1); });

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/AM1010101/airtable-mcp-sse'

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