Driflyte Mcp Server
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
About This 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.
Tools & Endpoints12
Example Workflow
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.
What Problems It Solves
- Free Access: Driflyte is currently free to use.
- No Signup Required: You can start using it immediately — no registration or subscription needed.
- Rate Limits: To ensure fair usage, requests are limited by IP:
- 100 API requests per 5 minutes per IP address.
- Future changes to usage policies and limits may be introduced as new features and resource integrations become available.
Specifications
Requirements
- Node.js 18+
- An AI assistant (with MCP client) like Cursor, Claude (Desktop or Code), VS Code, Windsurf, etc ...
Hosting
Hosting Options
- Package
- Remote
API
Integrate this server into your application. Choose a connection method below.
Configure
{
"mcpServers": {
"driflyte": {
"command": "npx",
"args": ["-y", "@driflyte/mcp-server"]
}
}
}Performance
Usage
Quick Reference
- Name
- Driflyte Mcp Server
- Function
- Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
- Available Tools
- list-topics: Returns a list of topics for which resources (web pages, etc ...) have been crawled and content is available., Input Schema: No input parameter supported., Output Schema:, topics:, Optinal: false, Type: Array<string>, Description: List of the supported topics., search: Given a list of topics and a user question, this tool retrieves the top-K most relevant documents from the crawled content., Input Schema:, topics, Optinal: false, Type: Array<string>
- Transport
- Hybrid
- Language
- JavaScript/TypeScript
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.