We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vijay-2005/gemini_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
// Smithery configuration
module.exports = {
// MCP configuration
mcp: {
entry: "./mcp/manifest.json",
},
// Build and deployment settings
deploy: {
root: "./",
exclude: ["node_modules", "dist", ".git"]
}
};