generative-ai
A comprehensive resource hub for learning and exploring Generative AI.
This repository serves as a go-to platform for individuals interested in Generative AI, providing a detailed roadmap for learning and practical applications. It includes a variety of resources such as projects, use cases, and interview preparation materials, making it suitable for both beginners and advanced learners. Users can engage with interactive content and stay updated with the latest advancements in the field.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"generative-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-generative-ai"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions