#!/usr/bin/env node
import { FastMCP } from 'fastmcp';
import { createServer, startServer } from './server/config.js';
import { registerAllTools } from './tools/index.js';
// Create and configure the MCP server
const server = createServer();
// Register all tools
const services = registerAllTools(server);
// Start the server
startServer(server);
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/RyanCardin15/NOAA'
If you have feedback or need assistance with the MCP directory API, please join our Discord server