Skip to main content
Glama

EpicMe MCP

by epicweb-dev
tsconfig.cloudflare.json738 B
{ "extends": "./tsconfig.json", "include": [ ".react-router/types/**/*", "app/**/*", "app/**/.server/**/*", "app/**/.client/**/*", "tests/**/*", "worker/**/*", "types/**/*" ], "exclude": ["**/node_modules/**/*", "**/dist/**/*"], "compilerOptions": { "composite": true, "strict": true, "lib": ["DOM", "DOM.Iterable", "ES2023"], "types": ["vite/client"], "target": "ES2023", "module": "ES2022", "moduleResolution": "bundler", "jsx": "react-jsx", "baseUrl": ".", "rootDirs": [".", "./.react-router/types"], "paths": { "#app/*": ["./app/*"], "#tests/*": ["./tests/*"], "#types/*": ["./types/*"], "#worker/*": ["./worker/*"] }, "esModuleInterop": true, "resolveJsonModule": true } }

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/epicweb-dev/epic-me-mcp'

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