Skip to main content
Glama

MCP Multi-Context Hook Generator

by mednabouli
tsconfig.json652 B
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "Node", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "outDir": "./dist", "allowJs": true, "checkJs": true, "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "baseUrl": ".", "paths": { "@mcp-server/*": ["mcp-server/*"], "@mcp-docs/*": ["mcp-docs/*"] } }, "include": ["mcp-server/**/*", "mcp-docs/**/*", "mcp-server/mcp.config.js", "hooks/**/*"], "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/mednabouli/MCPV2'

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