Skip to main content
Glama

mcp-server-neon

Official
stdio.ts442 B
#!/usr/bin/env node import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js'; import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Start the server using stdio transport. * This allows the server to communicate via standard input/output streams. */ export const startStdio = async (server: McpServer) => { const transport = new StdioServerTransport(); await server.connect(transport); };

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/neondatabase-labs/mcp-server-neon'

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