Developer Tools
Trust: 30/100 (Limited)com.driflyte/driflyte-mcp-server Guide
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
8 starsby serkan-ozal
Quick Start
Install
npx @driflyte/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"com-driflyte-driflyte-mcp-server": {
"command": "npx",
"args": [
"@driflyte/mcp-server"
]
}
}
}