Skip to main content
Glama
projects.ts347 B
import { createApiClient } from "@neondatabase/api-client" export async function listProjects(env: Env) { const apiClient = createApiClient({ apiKey: env.NEON_API_KEY }) const projects = await apiClient.listProjects({ limit: 100 }) return { content: [ { type: "text", text: JSON.stringify(projects, null, 2) } ] } }

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/zueai/neon-mcp'

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