Skip to main content
Glama

Scira AI MCP Server

by zaidmukaddam
xmcp.config.ts345 B
import { type XmcpConfig } from "xmcp"; const config: XmcpConfig = { http: { port: 3002, bodySizeLimit: 10 * 1024 * 1024, cors: { origin: "*", methods: ["GET", "POST", "OPTIONS"], allowedHeaders: ["Content-Type"], exposedHeaders: ["Content-Type"], maxAge: 600, }, }, }; export default config;

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/zaidmukaddam/scira-mcp'

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