serkan-ozal/driflyte-mcp-server
The Driflyte MCP Server exposes tools that allow AI assistants to query and retrieve topic-specific knowledge from recursively crawled and indexed web pages.
Quick Start
Clone the repository:
git clone https://github.com/serkan-ozal/driflyte-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"driflyte-mcp-server": {
"command": "npx",
"args": [
"-y",
"serkan-ozal/driflyte-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.