Skip to content
Cursor

driflyte mcp server for Cursor

com.driflyte/driflyte-mcp-server

Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

client:Cursor transport:streamable-http runtime:npm

Install driflyte mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "driflyte-mcp-server": {
      "url": "https://mcp.driflyte.com/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

driflyte mcp server in other clients