Skip to main content
Glama
mednabouli

MCP Multi-Context Hook Generator

by mednabouli
mcp.config.js774 B
/** @type {import('./mcp.config').MCPConfig} */ module.exports = { aiAgent: "openai", // 'none' | 'copilot' | 'openai' | 'custom' openAIKey: process.env.OPENAI_KEY, // Only needed for OpenAI useCursorAssist: true, // Inline code suggestions hooksOutputDir: "hooks", // Generated hooks folder docsOutputDir: "mcp-docs", // Generated docs folder autoInferRender: true, // Suggest SSR/ISR/CSR automatically enableDryRun: false, // Generate output but do not write files allowedApiKinds: ["api-client","graphql-query","graphql-mutation"], }; //Developers can tweak paths, AI agent type, or enable/disable dry-run. //Using process.env.OPENAI_KEY allows safe key storage.

Latest Blog Posts

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