Graphlit
CommunitybyGraphlit
Ingest from Slack to Gmail to podcast feeds with RAG capabilities.
API Key Required
Configuration
{
"mcpServers": {
"graphlit": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-graphlit"
],
"env": {
"GRAPHLIT_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.