Skip to main content
Glama

Midnight MCP Server

by evilpixi
tsconfig.json594 B
{ "include": ["src/**/*.ts"], "compilerOptions": { "outDir": "dist", "declaration": true, "lib": ["ESNext"], "target": "ES2022", "module": "ESNext", "moduleResolution": "node", "allowJs": true, "forceConsistentCasingInFileNames": true, "noImplicitAny": true, "strict": true, "isolatedModules": true, "sourceMap": true, "resolveJsonModule": true, "esModuleInterop": true, "skipLibCheck": true, "baseUrl": ".", "types": ["jest", "node"], "allowSyntheticDefaultImports": true }, "exclude": ["node_modules", "dist"] }

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/evilpixi/pixi-midnight-mcp'

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