Skip to main content
Search & Data ExtractionTypeScript

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.

search-data-extractionofficialcloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/serkan-ozal/driflyte-mcp-server

Claude 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.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
serkan-ozal