About
Driflyte is a topic-aware knowledge retrieval platform that recursively crawls, indexes, and tags web content for use in RAG workflows. It exposes indexed documents through MCP tools, enabling AI assistants to retrieve real-world, timely information as grounding context for more accurate responses. Key capabilities include: - **Deep Web Crawling**: Recursively follows links to build comprehensive indexes of web pages with automatic topic tagging - **GitHub Integration**: Crawls repositories, issues, and discussions to surface code and community knowledge - **Topic-Aware Retrieval**: Documents are tagged with one or more topics, enabling precise, targeted searches rather than broad keyword matching - **RAG-Native Design**: Purpose-built to provide high-quality, structured documents as context for retrieval-augmented generation pipelines - **Multi-Source Roadmap**: Planned support for Slack, Microsoft Teams, Google Docs/Drive, Confluence, JIRA, Zendesk, and Salesforce
README
Driflyte MCP Server
[](https://lobehub.com/mcp/serkan-ozal-driflyte-mcp-server)
MCP Server for Driflyte.
The Driflyte MCP Server exposes tools that allow AI assistants to query and retrieve topic-specific knowledge from recursively crawled and indexed web pages. With this MCP server, Driflyte acts as a bridge between diverse, topic-aware content sources (web, GitHub, and more) and AI-powered reasoning, enabling richer, more accurate answers.
What It Does
Usage & Limits
100 API requests per 5 minutes per IP address.
Prerequisites
Configurations
CLI Arguments
Driflyte MCP server supports the following CLI arguments for configuration:
--transport - Configures the transport protocol (defaults to stdio).--port – Configures the port number to listen on when using streamable-http transport (defaults to 3000).Quick Start
This MCP server (using STDIO or Streamable HTTP transport) can be added to any MCP Client
like VS Code, Claude, Cursor, Windsurf Github Copilot via the @driflyte/mcp-server NPM package.
ChatGPT
Settings under your profile and enable Developer Mode under the Connectors option.+ icon, and from the dropdown, select Developer Mode. Create:Name: Driflyte
- MCP Server URL: https://mcp.driflyte.com/openai
- Authentication: No authentication
- Trust Setting: Check I trust this applicationSee How to set up a remote MCP server and connect it to ChatGPT deep research and MCP server tools now in ChatGPT – developer mode for more info.
Claude Code
Run the following command. See Claude Code MCP docs for more info.
#### Local Server
claude mcp add driflyte -- npx -y @driflye/mcp-server
#### Remote Server
claude mcp add --transport http driflyte https://mcp.driflyte.com/mcp
Claude Desktop
#### Local Server
Add the following configuration into the claude_desktop_config.json file.
See the Claude Desktop MCP docs for more info.
{
"mcpServers": {
"driflyte": {
"command": "npx",
"args": ["-y", "@driflyte/mcp-server"]
}
}
}
#### Remote Server
Go to the Settings > Connectors > Add Custom Connector in the Claude Desktop and add the new MCP server with the following fields:
Driflyte https://mcp.driflyte.com/mcpCopilot Coding Agent
Add the following configuration to the mcpServers section of your Copilot Coding Agent configuration through
Repository > Settings > Copilot > Coding agent > MCP configuration.
See the Copilot Coding Agent MCP docs for more info.
#### Local Server ```json { "mcpS
Related MCP Servers
AI Research Assistant
hamid-vakilzadeh
AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar
Linkup
LinkupPlatform
Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages
Math-MCP
EthanHenrickson
Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support