Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"driflyte": {
"args": [
"-y",
"@driflyte/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP Server for Driflyte.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@driflye/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @driflye/mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / browser
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Browser automation with Puppeteer for web scraping and testing
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for Serkan Ozal Driflyte MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
100 API requests per 5 minutes per IP address.Driflyte MCP server supports the following CLI arguments for configuration:
--transport <stdio|streamable-http> - Configures the transport protocol (defaults to stdio).--port <number> – Configures the port number to listen on when using streamable-http transport (defaults to 3000).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.
Settings under your profile and enable Developer Mode under the Connectors option.+ icon, and from the dropdown, select Developer Mode.
You’ll see an option to add sources/connectors.Create:
Name: DriflyteMCP Server URL: https://mcp.driflyte.com/openaiAuthentication: No authenticationTrust 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.
Run the following command. See Claude Code MCP docs for more info.
claude mcp add driflyte -- npx -y @driflye/mcp-server
claude mcp add --transport http driflyte https://mcp.driflyte.com/mcp
Ad